extremecoders-re / go-dispatch-proxy

SOCKS5/Transparent load balancing proxy developed in Go, combines multiple internet connections
MIT License
278 stars 45 forks source link

How change listening IP? #24

Closed peratik closed 2 years ago

peratik commented 2 years ago

Hi

By default currently it listens on 127.0.0.1 IP How can we change it?

Thank you

peratik commented 2 years ago

Found the answer

Usage of go-dispatch-proxy: -lhost string The host to listen for SOCKS connection (default "127.0.0.1") -list Shows the available addresses for dispatching (non-tunnelling mode only) -lport int The local port to listen for SOCKS connection (default 8080) -tunnel Use tunnelling mode (acts as a transparent load balancing proxy)