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

Add auto-DNS support in tunnel. #34

Closed 0400H closed 8 months ago

0400H commented 9 months ago

Version: v6

Not supported DNS currently, for example proxy1.com and proxy2.com. CMD:

go-dispatch-proxy.exe -lhost 127.0.0.1 -lport 5566 -tunnel proxy1.com:1234 proxy2.com:1234

User need to find ip of domain name.

Could you add auto-DNS support?

extremecoders-re commented 8 months ago

This has been implemented in latest build.