This is a GUI for WireSock.
-
You need to manually install WireSock Client first.
-
Then install this GUI software:
Download from Github Release to get the latest build for Windows.
or build with pyinstaller on your own:
git clone https://github.com/Holence/WireSock-for-Nord.git
python -m venv env_build
.\env_build\Scripts\activate
pip install -r .\requirements.txt
pip install pyinstaller
(you can install UPX to decrease the size)
build into One-Folder (you can delete the folder
translation
and fileqt.conf
in./dist/WireSock for Nord/PySide2
, they are not needed):pyinstaller .\full.spec
or build into single executable file:
pyinstaller .\single.spec
-
You need to put WireGuard and Socks5 servers in two txt files formatting like this and this. After that press the hammer button to load these file.
-
The
Connection Check
field is the info of youroriginal
ip. When starts connecting it will check at ipinfo.io/json fornew
ip info, iforiginal!=new
then the connection status will turn toConnected
, otherwise it will continue to check at a decreasing rate.