go-dispatch-proxy icon indicating copy to clipboard operation
go-dispatch-proxy copied to clipboard

SOCKS5/Transparent load balancing proxy developed in Go, combines multiple internet connections

Results 18 go-dispatch-proxy issues
Sort by recently updated
recently updated
newest added
trafficstars

hello can we set it in virtual network adaptor interface so get one unique local ip? now with @ we define how many connection use for each interface and when...

Could you add options for your proxy. I would like to combine between Local Area Connection and Proxy. Ex: go-dispatch-proxy.exe 192.168.1.1 -tunnel 127.0.0.1:1080

I encountered a problem using this tool where after some time of using it, I can not open any new connections to the internet at all getting "Socket Error 10055...

I have two lan interface: 192.168.1.1 and 192.168.1.2 when I use dispatch.exe --debug start 192.168.1.2 --ip 127.0.0.1 --port 1080 it download from 192.168.1.2 but resolve dns from 192.168.1.1 do it...

Hi, when I try to run the commands, whether on Power Shell or cmd, I get: _Program 'go-dispatch-proxy.exe' failed to run: The specified executable is not a valid application for...

When in tunnel mode, is it possible to have a health check for upstream proxies? It could be as simple as just checking if the **IP:PORT** is reachable. Thanks

Hi @extremecoders-re (and @David-Lor) , This fork supports environment variables: https://github.com/David-Lor/socks-proxy-balancer It also has implemented support for config files. And the code is encapsulated inside one file: https://github.com/David-Lor/socks-proxy-balancer/blob/develop/src/settings.go I suggest...

How to use dispatch-proxy while using VPN application (v2ray) to bypass sensorship. Note: I am using google chrome foxyproxy to connect socks5:127.0.0.1:8080. distpatch-proxy port: 8080 v2ray port: 2081