heiher / hev-socks5-server

A high-performance socks5 server for Unix (Linux/Android/BSD/macOS)
MIT License
185 stars 33 forks source link

希望能添加一个支持上游 SOCKS5 的功能? #11

Closed pexcn closed 4 years ago

pexcn commented 4 years ago

配置示例:

[Upstream]
UpstreamAddress=127.0.0.1
UpstreamPort=1080
UpstreamUsername=user
UpstreamPassword=passwd

假如我上游放了一个 ss-local,绑定在了 127.0.0.1:1080, 希望可以把流量转发到上游的 socks5://127.0.0.1:1080 来处理

heiher commented 4 years ago

请问具体用途是什么?

pexcn commented 4 years ago

相当于是把不能添加认证的socks5程序加个验证,但是加到这个程序里好像就不符合KISS原则了,我也使用gost+ss-local代替了,感谢回复。😅