一个简单的 GUI,用于很棒的包 GoodbyeDPI
更多信息和配置请查看原包。
Windows 安装 ( .msi
) 可在发布部分获取
其他平台的安装即将推出。
克隆项目
git clone https://github.com/subhamayd2/site-unblocker.git
进入项目目录
cd site-unblocker
安装依赖项
npm install
启动反应用户界面
npm run start
在main.js
中,进行此更改
mainWindow . loadURL ( "http://localhost:3000" ) ; /* Uncomment this line */
// mainWindow.loadFile(INDEX_PATH); /* Comment this line */
最后,启动电子窗口
electron .
阿帕奇许可证