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.gitGo to the project directory
cd site-unblockerInstall dependencies
npm installStart React UI
npm run startIn 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 .