Total Pageviews

Sunday 12 April 2020

A socks5 server

git clone https://github.com/luckypoem/geventSocks5  geventSocks5-by-luckypoem
cd geventSocks5-by-luckypoem
nano localsocks5.py

把localsocks5.py的第59行的('', 1080)改为('127.0.0.1', 2280)
然后,
python localsocks5.py