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

Feature Request: Health Check #37

Open thefakhraee opened 3 months ago

thefakhraee commented 3 months ago

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