Total Pageviews

Monday 28 May 2018

一个带有认证功能的SOCKS5代理服务器程序-pysocks

git clone https://github.com/fengyouchao/pysocks
cd pysocks

root@ar:~/pysocks# python socks5.py -h
root@ar:~/pysocks# python socks5.py start --port=2577 --auth=yourusername:yourpassword
root@ar:~/pysocks# Start SOCKS5 server at pid 22610
root@ar:~/pysocks#

这样,在2577端口就搭建了一个SOCKS5代理服务器,而且还是带有认证功能的SOCKS5代理服务器可用作xtunnel/gotunnel/qtunnel的后端程序

项目地址:https://github.com/fengyouchao/pysocks

虽然可直接用来翻墙,但完全无法看youtube.
--------

类似项目:https://github.com/fengyouchao/esocks

用法:
wget  https://github.com/fengyouchao/esocks/releases/download/v1.0.0/esocks.jar
java -jar esocks.jar -h
java -jar esocks.jar --port=4256 --user=myusername:mypassword &
会显示:
Start SOCKS5 server at port:4256

虽然可直接用来翻墙,但完全无法看youtube.

No comments:

Post a Comment