1 Long: doh-url 2 Arg: <URL> 3 Help: Resolve host names over DoH 4 Protocols: all 5 Added: 7.62.0 6 Category: dns 7 Example: --doh-url https://doh.example $URL 8 --- 9 Specifies which DNS-over-HTTPS (DoH) server to use to resolve hostnames, 10 instead of using the default name resolver mechanism. The URL must be HTTPS. 11 12 Some SSL options that you set for your transfer will apply to DoH since the 13 name lookups take place over SSL. However, the certificate verification 14 settings are not inherited and can be controlled separately via 15 --doh-insecure and --doh-cert-status. 16 17 If this option is used several times, the last one will be used. 18