You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
在很多场景下 SOCKS5 代理服务器都应该有认证服务,而并非直接暴露
在配置文件及
config
模块里新增socks5
的username
,password
字段在 internal/util/client.go#L26 处
将第三处的
nil
改为Auth
结构体参考 https://pkg.go.dev/golang.org/x/net/proxy#SOCKS5
和 https://pkg.go.dev/golang.org/x/net/proxy#Auth
The text was updated successfully, but these errors were encountered: