Skip to content

Access the world wide web with Incognito, a fast and rather fancy proxy service. Enjoy a more private internet session without ads.

Notifications You must be signed in to change notification settings

unbl0ck3d/Incognito

 
 

Repository files navigation

Incognito

Access the world wide web!

Deploy Deploy

Setup

git clone https://github.com/titaniumnetwork-dev/Incognito
cd Incognito
npm install
npm start

Config

{
    "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 Port
  • ssl (true / false) HTTP Server SSL
  • prefix Corrosion proxy prefix
  • codec Corrosion proxy codec
  • proxy (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 cookie
  • appearance ("bright" / "midnight" / "midnight") Default site appearance
  • engine ("google" / "bing" / "brave" / "youtube" / "twitter" / "reddit") Default search engine

About

Access the world wide web with Incognito, a fast and rather fancy proxy service. Enjoy a more private internet session without ads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • C 8.8%
  • CSS 3.0%
  • HTML 2.3%
  • C++ 0.5%
  • CoffeeScript 0.2%
  • Other 0.4%