Skip to content

Internet Freedom. Simplified. Made using Corrosion framework.

License

Notifications You must be signed in to change notification settings

cerebralshape/lunarproxy

 
 

Repository files navigation

LunarProxy

A traditional Corrosion proxy site for use in combating web filters.

Deploy Deploy

Setup

git clone https://github.com/maxswebservices/lunarproxy
cd lunarproxy
npm install
npm start

Config example

"port": "8080" = Sets HTTP server port of web proxy.

"ssl": "false" = Sets HTTP server SSL.

"prefix": "/search/" = Sets the prefix of the web proxy.

"localAddresses": [ "0.0.0.0" ] = Allows you to choose which IP to make the request from. If there are multiple IP's then the IP chosen will be randomized.

"blockedHostnames": [ "example.com", "example.org" ] = If the hostname of the proxy URL matches any of the URL hostnames listed in the array, the request to the server will be cancelled.

Features

  • Fully functional Omnibox! Search, URL entry, and search suggestions all in one place.'

  • A simplistic, no-frills design that is easy for anyone to pick up and use.

  • A mobile-responsive design makes this frontend usable on both mobile devices and traditional computers.

  • A work-in-progress arcade featuring classic Adobe Flash games, all working thanks to Ruffle.rs.

About

Internet Freedom. Simplified. Made using Corrosion framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.5%
  • HTML 7.8%
  • CSS 6.2%
  • SCSS 5.8%
  • Less 4.5%
  • PHP 0.2%