Skip to content

subhamayd2/site-unblocker

Repository files navigation

Site Unblocker

A simple GUI for the awesome package GoodbyeDPI

For more information and configuration, please check the original package.

Screenshots

Service on

Installation

Windows installation (.msi) is available at the release section

Installations for other platform will be available soon.

Run Locally

Clone the project

git clone https://github.com/subhamayd2/site-unblocker.git

Go to the project directory

cd site-unblocker

Install dependencies

npm install

Start React UI

npm run start

In main.js, make this change

mainWindow.loadURL("http://localhost:3000"); /* Uncomment this line */
// mainWindow.loadFile(INDEX_PATH); /* Comment this line */

Finally, launch the electron window

electron .

License

Apache License

About

Based on GoodbyeDPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published