snail007 / goproxy

🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
https://snail007.host900.com/goproxy/manual/zh/
GNU General Public License v3.0
15.86k stars 3.02k forks source link

为何不支持socks5设置密码了? #478

Open wb1t opened 2 years ago

wb1t commented 2 years ago

文档: https://snail007.host900.com/goproxy/manual/zh/#/?id=_5socks5%e4%bb%a3%e7%90%86

proxy socks -t tcp -p ":33080" -a "user1:pass1" -a "user2:pass2" proxy socks -t tcp -p ":33080" -F auth-file.txt

这两个命令提示: 2022/04/21 23:06:34.926826 proxy/main.go:86 ERROR err : unknown short flag '-a'

snail007 commented 2 years ago

认证是商业版功能,手册有说明。