Access the world wide web!
git clone https://github.com/titaniumnetwork-dev/Incognito
cd Incognito
npm install
npm start
{
"port": 8080,
"ssl": false,
"prefix": "/service/",
"codec": "xor",
"proxy": true,
"blacklist": [],
"addresses": [],
"authorization": {
"name": "__incog_auth",
"value": "1"
},
"appearance": "bright",
"engine": "google"
}
port
HTTP Server Portssl
(true / false) HTTP Server SSLprefix
Corrosion proxy prefixcodec
Corrosion proxy codecproxy
(true / false) Have Corrosion be hosted on the Node.js application. Recommended to have Corrosion hosted elsewhere with large amounts of clients.blacklist
Array of hostnames to be blocked on the proxy.authorization
(Object { name: "...", value: "..." } / false) Proxy authorization cookieappearance
("bright" / "midnight" / "midnight") Default site appearanceengine
("google" / "bing" / "brave" / "youtube" / "twitter" / "reddit") Default search engine