aarond10 / https_dns_proxy

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

Does not support http 1.1? #142

Closed wykeinstein closed 10 months ago

wykeinstein commented 2 years ago

There is a false word after the -x option in the help output, does that mean that the default https-dns-proxy does not support http 1.1?

wykeinstein commented 2 years ago

Can someone answer?

baranyaib90 commented 2 years ago

false means, that it's not used by default. The proxy uses HTTP/2.0 by default, and with -x/-q you can choose to use HTTP 1.1/3 You can check the used protocol version with using "-v -v -v" verbose debugging options.