gagedevs / Tsunami-2.0

Tsunami 2.0 is a continuation of Nebelungs work it has a expanded game library and for now only can only be deployed to heroku unless someone comes up with a fix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tsunami

An official Fog Network proxy site, made to access the blocked web

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

Want to improve Tsunami? Create a pull request

Documentation

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
  • Tab cloaking and other cool features
  • Basic auth
  • Customizable CSS
  • Installable PWA
  • Build in youtube downloader

Pages

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

Setup

Locally

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

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

Locally (Palladium)

Locally (Corrosion)

Configuration

config.json

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

"port": "8080" Changes the port

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

"username" Username for authentication

"password" Password for authentication

/public/js/go.js

var palladiumproxy = window.location.protocol + "//" + window.location.hostname + "/palladium/gateway?url="

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

palladiumproxy Location for Palladium proxy

corrosionproxy Location for Corrosion proxy

Custom Proxy Example:

var palladiumproxy = "https://example.com/palladium/"

Support

FAQ

Captcha not working/issues

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

Why is Discord not working properly?

Try using the QR code. Refreshing the page might help

Contact

Nebelung - Nebelung#1335

More

Proxy Sources

Palladium

Corrosion

Modified Corrosion

Aero (Not Used)

Womginx (Not Used)

PyDodge (Not Used)

Alloy (Not Used)

SystemYA (Not Used)

Via (Not Used)

Node Unblocker (Not Used)

Powermouse (Not Used)

Credits

Nebelung - Owner and Main Developer

EnderKingJ - Proxy Developer

Quite A Fancy Emerald - Holy Unblocker King

Caracal.js - Proxy Developer

MikeLime - Developer

BinBashBanana - Game Library and PyDodge

Binary Person - Creator of Womginx

Divide - SystemYA and Chatbox Creator

Shirt - Proxy Developer

Contributing

See CONTRIBUTING.md

Special Thanks To Quite A Fancy Emerald, Inspiration for Tsunami

About

Tsunami 2.0 is a continuation of Nebelungs work it has a expanded game library and for now only can only be deployed to heroku unless someone comes up with a fix

License:MIT License


Languages

Language:HTML 74.0%Language:JavaScript 24.9%Language:CSS 0.8%Language:CoffeeScript 0.1%Language:SCSS 0.1%Language:Sass 0.0%Language:Shell 0.0%Language:PHP 0.0%Language:Ruby 0.0%Language:Pug 0.0%Language:Procfile 0.0%