A simple GUI for the awesome package GoodbyeDPI
For more information and configuration, please check the original package.
Windows installation (.msi
) is available at the release section
Installations for other platform will be available soon.
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 .
Apache License