serjs / socks5-server

725 stars 174 forks source link

Feature Request: Redirect connections through proxy #67

Open engageub opened 3 months ago

engageub commented 3 months ago

Hello, Thank you for publishing the docker image. I would like to know if it is possible to redirect the traffic through another proxy similar to pproxy. I would like to create a socks5 server where the traffic gets redirected through a proxy. This is required as I have proxies with IP authentication and would like to create proxy servers with username and password authentication.

Thank you