aarond10/https_dns_proxy

Does not support http 1.1?

Closed this issue · 2 comments

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?

Can someone answer?

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.