routedns
routedns copied to clipboard
Can you add socks5 or http proxy support?
It's possible, but quite intrusive. What's the issue you're trying to solve there? If if it's just a case where you need to connect to an IP but the cert only has a name, then you could simply combine the address
and bootstrap-address
options. The address would have the name that's in the cert.
I think adding SOCKS5 and HTTP proxy option is better. I can use other MITM-proxy software to strip SNI.
routedns-->MITM proxy-->public DNS
I think we need to add proxy support