美文网首页
socks5服务器pysocks

socks5服务器pysocks

作者: KN郑某某 | 来源:发表于2020-02-19 14:13 被阅读0次

源码地址

源码地址 https://github.com/fengyouchao/pysocks

启动

$ git clone https://github.com/fengyouchao/pysocks.git ~/pysocks
$ python ~/pysocks/socks5.py start --auth=admin:123456

查看帮助

$ python ~/pysocks/socks5.py -h

帮助信息如下:

 Usage: start|stop|restart|status [options]
 Options:
   --port=<val>         Sets server port, default 1080
   --log=true|false     Logging on, default true
   --allowed=IP         set allowed IP list
   --auth:<user:pwd>    Use username/password authentication
                        Example:
                          Create user "admin" with password "1234":
                            --auth=admin:1234 
                          Create two users:
                            --auth=admin:1234,root:1234
   -h                   Show Help

相关文章

网友评论

      本文标题:socks5服务器pysocks

      本文链接:https://www.haomeiwen.com/subject/vgrafhtx.html