diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b860fc3b..c1b6eedd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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
\ No newline at end of file
+And does not change anything like the logo or title
\ No newline at end of file
diff --git a/README.md b/README.md
index f7cdc033..f8460776 100644
--- a/README.md
+++ b/README.md
@@ -1,218 +1,29 @@
-
+
-
Tsunami
+
Milknami
-
An official Fog Network proxy site, made to access the blocked web
+
A fork of Tsunami for the purpouses of screwing over Securly and PaloAlto at my school.
-
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
+
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!
-
Want to improve Tsunami? Create a pull request
+
Want to improve Milknami? Create a pull request
-
-
-
+
+
+
-
-## 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
diff --git a/app.json b/app.json
index c59a4b5f..81ab12ed 100644
--- a/app.json
+++ b/app.json
@@ -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"
}
diff --git a/index.js b/index.js
index db956959..fcc1dc4b 100644
--- a/index.js
+++ b/index.js
@@ -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([
diff --git a/public/1.html b/public/1.html
index f22ca79c..501850e1 100644
--- a/public/1.html
+++ b/public/1.html
@@ -3,11 +3,9 @@
-
-
-
+
+
Arcade
-
@@ -19,7 +17,7 @@
-
Tsunami
+
Milknami
@@ -33,7 +31,7 @@
diff --git a/public/img/cookie.png b/public/img/cookie.png
new file mode 100644
index 00000000..17fe8530
Binary files /dev/null and b/public/img/cookie.png differ
diff --git a/public/img/logo.png b/public/img/logo.png
deleted file mode 100644
index 5995a035..00000000
Binary files a/public/img/logo.png and /dev/null differ
diff --git a/public/img/logo.svg b/public/img/logo.svg
deleted file mode 100644
index 2d4c6dea..00000000
--- a/public/img/logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/img/socialpreview.png b/public/img/socialpreview.png
deleted file mode 100644
index 1171164f..00000000
Binary files a/public/img/socialpreview.png and /dev/null differ
diff --git a/public/img/socialpreview.svg b/public/img/socialpreview.svg
deleted file mode 100644
index 5ea22064..00000000
--- a/public/img/socialpreview.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 5835a5b6..83eb9494 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,45 +3,40 @@
-
-
-
-
Tsunami
-
+
+
+
Milknami
+
+
+
+
-
Tsunami
+
Milknami
-
-
+
+
-
+
-
Tsunami
+
Milknami
-
-
-
Smoke
-
Corrosion
-
Womginx
-
PyDodge
-
@@ -56,12 +51,12 @@
-
+
-
\ No newline at end of file
+