Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 217 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 217 Bytes

GoProxy代理

HttpProxy有点小Bug没修好,Sock5代理几乎完美,可以拿去用了

启动方法

chmod a+x ./sock5

# 非后台启动
./sock5 --port=8081

# 后台启动
nohup ./sock5 --port=8081