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

Doesn't work on windows anymore #3

Closed felixgouin closed 4 years ago

felixgouin commented 4 years ago

https://i.imgur.com/ZktjvQV.png

extremecoders-re commented 4 years ago

Check the SOCKS version in the app you are using. Go-dispatch-proxy only supports SOCKS v5.

For example, in Firefox you can specify SOCKS v5 in Connection Settings.

image

felixgouin commented 4 years ago

Ok thank you !