Skip to content
Nebelung edited this page Dec 27, 2021 · 13 revisions

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

Please Note: Aero needs to be on a subdomain, see proxies for more info

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

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

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

a.example.com (Aero)

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="

var aeroproxy = window.location.protocol + "//" + "a." + window.location.hostname + "/http/"

palladiumproxy Location for Palladium proxy

corrosionproxy Location for Corrosion proxy

aeroproxy Location for Aero proxy

Custom Proxy Example:

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

Support

FAQ

How can I get new domains?

Join our discord 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

More

Proxy Sources

Palladium

Corrosion

Modified Corrosion

Aero

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

Clone this wiki locally