Lines Matching +full:resolve +full:- +full:url
1 ---
3 SPDX-License-Identifier: curl
4 Long: doh-url
5 Arg: <URL>
6 Help: Resolve hostnames over DoH
10 See-also:
11 - doh-insecure
13 - --doh-url https://doh.example $URL
14 ---
16 # `--doh-url`
18 Specifies which DNS-over-HTTPS (DoH) server to use to resolve hostnames,
19 instead of using the default name resolver mechanism. The URL must be HTTPS.
23 settings are not inherited but are controlled separately via --doh-insecure
24 and --doh-cert-status.
26 This option is unset if an empty string "" is used as the URL.