go-gost / gost

GO Simple Tunnel - a simple tunnel written in golang
https://gost.run
MIT License
4.09k stars 502 forks source link

socks5代理转发认证失效 #551

Closed naicha520 closed 1 month ago

naicha520 commented 1 month ago

我购买了一条认证socks5,我想在本机使用gost中转这条socks5,并使用自定义账号密码认证

gost.exe -L socks5://a123456789:a123456789@:20000-F socks5://qivV9tfm:zmwK312G@46.149.135.120:64083

当我使用 socks5://a123456789:a123456789@127.0.0.1:20000 提示认证失败

image

密码没错

image

请问为什么转发之后就异常了?

ginuerzh commented 1 month ago

测试正常,请检查客户端认证信息是否一致。

naicha520 commented 1 month ago

感谢