aarond10 / https_dns_proxy

A lightweight DNS-over-HTTPS proxy.
MIT License
778 stars 114 forks source link

Use proxy remote name resolution if possible. #26

Closed daztucker closed 6 years ago

daztucker commented 6 years ago

Many of the protocols supported by libcurl support remote name resolution. When those are in use, do not attempt local resolution of dns.google.com and instead leave it to the proxy to resolve. This may result in better performance if the proxy gets a closer address for the server.

See https://github.com/aarond10/https_dns_proxy/issues/12