Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add #19

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

add #19

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,4 @@ The request has no errors or bugs

Is is something that is needed

And does not change anything like the logo or title

### Game Requests

**When making a game request please fill out this [form](https://github.com/FogNetwork/Tsunami/issues/new?assignees=&labels=game+request&template=game-request.yml)**

Game requests must have a link to the game source (emulator, game, web, flash, or retro)

Big games like minecraft cannot be added
And does not change anything like the logo or title
213 changes: 12 additions & 201 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,218 +1,29 @@
<div align="center">

<kbd>
<img style="border-radius:50%" height="150px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/public/img/logo.svg">
<img style="border-radius:50%" height="150px" src="https://raw.githubusercontent.com/c0d3rb0y/Milknami/main/public/img/cookie.png">
</kbd>

<h1>Tsunami</h1>
<h1>Milknami</h1>

<h3>An official Fog Network proxy site, made to access the blocked web</h3>
<h3>A fork of Tsunami for the purpouses of screwing over Securly and PaloAlto at my school.</h3>

<p>Surf without web filters or restrictions. Made with style, Tsunami is a rather fancy service dedicated to protecting your freedom from censorship.
Read the documentation below to find out more</p>
<p>EZ deploy with heroku, just click button and follow the steps in Heroku! Glitch and Repl.it are untested as of now but feel free to be the first person!</p>

<p>Want to improve Tsunami? <a href="https://github.com/FogNetwork/Tsunami/compare">Create a pull request</a></p>
<p>Want to improve Milknami? <a href="https://github.com/c0d3rb0y/Milknami/compare">Create a pull request</a></p>
</div>

<p align="center">
<a href="https://heroku.com/deploy?template=https://github.com/FogNetwork/Tsunami"><img height="30px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/deploy/heroku2.svg"><img></a>
<a href="https://repl.it/github/FogNetwork/Tsunami"><img height="30px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/deploy/replit2.svg"><img></a>
<a href="https://glitch.com/edit/#!/import/github/FogNetwork/Tsunami"><img height="30px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/deploy/glitch2.svg"><img></a>
<a href="https://heroku.com/deploy?template=https://github.com/c0d3rb0y/Milknami"><img height="30px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/deploy/heroku2.svg"><img></a>
<a href="https://repl.it/github/c0d3rb0y/Milknami"><img height="30px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/deploy/replit2.svg"><img></a>
<a href="https://glitch.com/edit/#!/import/github/c0d3rb0y/Milknami"><img height="30px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/deploy/glitch2.svg"><img></a>
</p>

## Documentation

- [Overview](#overview)
- [Supported Sites](#supported-sites)
- [Features](#features)
- [Pages](#pages)
- [Setup](#setup)
- [Locally](#locally)
- [Deploy](#deploy)
- [Proxies](#proxies)
- [Configuration](#configuration)
- [Support](#support)
- [FAQ](#faq)
- [Contact](#contact)
- [More](#more)
- [Proxy Sources](#proxy-sources)
- [Credits](#credits)
- [Contributing](#contributing)

## Overview

### Supported Sites

- google.com
- discord.com
- youtube.com
- invidio.us
- reddit.com
- wolframalpha.com
- 1v1.lol
- schoolcheats.net?

### Features

- All the best proxies
- Nice game library
- Chatbox connected to discord
- Tab cloaking and other cool features
- Basic auth
- Customizable CSS
- Looks good

## Pages

- `/` Homepage
- `/1` Arcade
- `/2` Chatbox
- `/3` Settings
- `/4` Terms
- `/5` Privacy
- `/6` Documentation
- `/7` Credits
- `/8` Support and Contact
- `/404` 404 Error

## Setup

**Please Note: Womginx and PyDodge will not work without deploying are hosted on subdomains, see [proxies](#proxies) for more info**

### Locally

```sh
git clone https://github.com/FogNetwork/Tsunami

cd Tsunami

npm install

npm start
```

### Deploy

Click one of the buttons above and follow the steps

### Proxies

Some of the proxies on Tsunami are hosted on subdomains, deploy the correct proxy for Tsunami to work

Smoke and Corrosion are hosted locally, so you don't need a subdomain

[w.example.com (Womginx)](https://github.com/binary-person/womginx)

[p.example.com (PyDodge)](https://github.com/BinBashBanana/PyDodge)

[Locally (Smoke)](https://github.com/FogNetwork/Smoke)

[Locally (Corrosion)](https://github.com/titaniumnetwork-dev/Corrosion)

### Configuration

**config.json**

```json
{
"port": "8080",
"lite": "false",
"auth": "false",
"username": "user",
"password": "secret"
}
```

`"port": "8080"` Changes the port

`"lite": "false"` Hides Womginx and PyDodge, set to true or false

`"auth": "false"` Basic authentication, set to true or false

`"username"` Username for authentication

`"password"` Password for authentication

**/public/js/go.js**

```js
var smokeproxy = window.location.protocol + "//" + window.location.hostname + "/smoke/gateway?url="

var corrosionproxy = window.location.protocol + "//" + window.location.hostname + "/corrosion/gateway?url="

var womginxproxy = window.location.protocol + "//" + "w." + window.location.hostname + "/main/"

var pydodgeproxy = window.location.protocol + "//" + "p." + window.location.hostname + "/course/"
```
`smokeproxy` Location for Smoke proxy

`corrosionproxy` Location for Corrosion proxy

`womginx` Location for Womginx proxy

`pydodgeproxy` Location for PyDodge proxy

Custom Proxy Example:

```js
var smokeproxy = "https://example.com/smoke/"
```

**/public/js/game.js**

```js
var corrosionproxy = window.location.protocol + "//" + window.location.hostname + "/corrosion/gateway?url="
```

`corrosionproxy` Location for game proxy

## Support

### FAQ

**How can I get new domains?**

Join our [discord}(https://discord.gg/yk33HZSZkU) for more Tsunami links

**Captcha not working/issues**

Captcha is only supported on womginx, though the support is limited

**Why is Discord not working properly?**

Try using Womginx or Corrosion. Refreshing the page might help

### Contact

Nebelung - [Nebelung#1335](https://discord.com/users/887118260963782686)

## More

### Proxy Sources

[Smoke](https://github.com/FogNetwork/Smoke)

[Corrosion](https://github.com/titaniumnetwork-dev/Corrosion)

[Modified Corrosion](https://github.com/BinBashBanana/Corrosion-Heroku)

[Womginx](https://github.com/binary-person/womginx)

[PyDodge](https://github.com/BinBashBanana/PyDodge)

[Alloy](https://github.com/titaniumnetwork-dev/alloy) (Not Used)

[SystemYA](https://github.com/sysce/proxy) (Not Used)

[Via](https://github.com/hypothesis/via) (Not Used)

[Node Unblocker](https://github.com/nfriedly/node-unblocker) (Not Used)

[Powermouse](https://github.com/titaniumnetwork-dev/powermouse) (Not Used)

GUYS WHY IS THERE SO MANY FORKS THIS PROJECT DIED MONTHS AGOOOOOO LMAO
### Credits

[Nebelung](https://github.com/Nebelung-Dev) - Owner and Main Developer
[Coderkid](https://github.com/c0d3rb0y) - Milknami Main Dev

[Nebelung](https://github.com/Nebelung-Dev) - Tsunami Main Dev

[EnderKingJ](https://github.com/EnderKingJ) - Proxy Developer

Expand Down
9 changes: 4 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "Tsunami",
"description": "An official Fog Network proxy site, made to access the blocked web",
"repository": "https://github.com/FogNetwork/Tsunami",
"logo":"https://raw.githubusercontent.com/FogNetwork/Tsunami/main/public/img/logo.png",
"keywords": ["javascript", "proxy", "bypass", "proxy-site", "unblocker", "fog-network"]
"name": "Milknami",
"description": "fork of Tsunami for Project Cookie",
"repository": "https://github.com/c0d3rb0y/Milknami",
"logo":"https://raw.githubusercontent.com/c0d3rb0y/Milknami/main/public/img/cookie.png"
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ users[username] = password
const proxy = new Corrosion({
prefix: "/corrosion/",
codec: "xor",
title: "Tsunami",
title: "Milknami",
forceHttps: true,
requestMiddleware: [
Corrosion.middleware.blacklist([
Expand Down
10 changes: 4 additions & 6 deletions public/1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An official Fog Network proxy site, made to access the blocked web">
<meta name="author" content="Fog Network">
<meta property="og:image" content="/img/logo.png">
<meta name="description" content="haha securly done byebye">
<meta name="author" content="Project Cookie">
<title>Arcade</title>
<link rel="shortcut icon" type="image/png" href="/img/logo.svg">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/light.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
Expand All @@ -19,7 +17,7 @@

<div class="navbar">

<div class="navname">Tsunami</div>
<div class="navname">Milknami</div>

<div class="navitem home"><a href="/">Home</a></div>
<div class="navitem arcade"><a href="/1">Arcade</a></div>
Expand All @@ -33,7 +31,7 @@
</center>

<div id="nogame">No results found<br>
Want to suggest a game? <a href="https://github.com/FogNetwork/Tsunami/issues/new/choose">Create an issue</a>
Want to suggest a game? <a href="https://github.com/c0d3rb0y/Milknami/issues/new/choose">Create an issue</a>
</div>

<div class="games">
Expand Down
Binary file added public/img/cookie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/img/logo.svg

This file was deleted.

Binary file removed public/img/socialpreview.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/img/socialpreview.svg

This file was deleted.

37 changes: 16 additions & 21 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,40 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An official Fog Network proxy site, made to access the blocked web">
<meta name="author" content="Fog Network">
<meta property="og:image" content="/img/logo.png">
<title>Tsunami</title>
<link rel="shortcut icon" type="image/png" href="/img/logo.svg">
<meta name="description" content="haha frick securly">
<meta name="author" content="Project Cookie">
<title>Milknami</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/light.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="/js/index.js"></script>
<script src="/js/go.js"></script>

<script type="text/javascript">setproxy('Corrosion')</script>


</head>
<body appearance="dark" class="homepage">

<div class="navbar">

<div class="navname">Tsunami</div>
<div class="navname">Milknami</div>

<div class="navitem home"><a href="/">Home</a></div>
<div class="navitem arcade"><a href="/1">Arcade</a></div>
<div class="navitem chatbox"><a href="/2">Chatbox</a></div>
<div class="navitem settings"><a href="/3">Settings</a></div>
<div class="navitem chatbox"><a href="/404">Chatbox</a></div>
<div class="navitem settings"><a href="/404">Settings</a></div>

</div>

<img class="homelogo" height="200px" src="/img/logo.svg">
<img class="homelogo" height="200px" src="/img/logo.png">

<p class="homename">Tsunami</p>
<p class="homename">Milknami</p>

<center>
<i class="fas fa-search searchicon"></i>
<input autofocus autocomplete="off" class="search" id="search" placeholder="Search or Type URL"></input>

<div class="proxies">
<div onclick="setproxy('Smoke')" class="proxy" id="smoke">Smoke</div>
<div onclick="setproxy('Corrosion')" class="proxy" id="corrosion">Corrosion</div>
<div onclick="setproxy('Womginx')" class="proxy" id="womginx">Womginx</div>
<div onclick="setproxy('PyDodge')" class="proxy" id="pydodge">PyDodge</div>
</div>
</center>

<iframe width="100%" height="732px" src="" id="surf"></iframe>
Expand All @@ -56,12 +51,12 @@
<div class="icons-pos">
<div class="icons">
<a class="icon" onclick="goinfo()"><i class="fas fa-info-circle"></i></a>
<a class="icon" href="https://github.com/FogNetwork/Tsunami" target="_blank"><i class="fab fa-github"></i></a>
<a class="icon" href="https://discord.gg/yk33HZSZkU" target="_blank"><i class="fab fa-discord"></i></a>
<a class="icon" href="https://github.com/c0d3rb0y/Milknami" target="_blank"><i class="fab fa-github"></i></a>
<a class="icon" href="https://discord.gg/UZReY6Aa2C" target="_blank"><i class="fab fa-discord"></i></a>
</div>
</div>

<div class="footer">Fog Network <script>document.write(new Date().getFullYear())</script> | <a class="link" href="/4">Terms</a> <a class="link" href="/5">Privacy</a></div>
<div class="footer">Project Cookie <script>document.write(new Date().getFullYear())</script> | <a class="link" href="/4">Terms</a> <a class="link" href="/5">Privacy</a></div>

</body>
</html>
</html>