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.gitpython -m venv env_build.\env_build\Scripts\activatepip install -r .\requirements.txtpip install pyinstaller(you can install UPX to decrease the size)
build into One-Folder (you can delete the folder
translationand fileqt.confin./dist/WireSock for Nord/PySide2, they are not needed):pyinstaller .\full.specor 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 Checkfield is the info of youroriginalip. When starts connecting it will check at ipinfo.io/json fornewip info, iforiginal!=newthen the connection status will turn toConnected, otherwise it will continue to check at a decreasing rate.
