Closes #14377
Signed-off-by: David Sardari <d@duxsco.de>
- doh-insecure
Example:
- --doh-url https://doh.example $URL
+ - --doh-url https://doh.example --resolve doh.example:443:192.0.2.1 $URL
---
# `--doh-url`
settings are not inherited but are controlled separately via --doh-insecure
and --doh-cert-status.
+By default, DoH is bypassed when initially looking up DNS records of the DoH server. You can specify the IP address(es) of the DoH server with --resolve to avoid this.
+
This option is unset if an empty string "" is used as the URL.
(Added in 7.85.0)