mirror of
https://github.com/curl/curl.git
synced 2026-07-17 07:17:16 +03:00
curl: --doh-url added
This commit is contained in:
parent
abff183387
commit
5ffbb63e42
7 changed files with 21 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
DPAGES = abstract-unix-socket.d anyauth.d append.d basic.d cacert.d capath.d cert.d \
|
||||
cert-status.d cert-type.d ciphers.d compressed.d compressed-ssh.d \
|
||||
config.d \
|
||||
config.d doh-url.d \
|
||||
connect-timeout.d connect-to.d continue-at.d cookie.d cookie-jar.d \
|
||||
create-dirs.d crlf.d crlfile.d data-ascii.d data-binary.d data.d \
|
||||
data-raw.d data-urlencode.d delegation.d digest.d disable.d \
|
||||
|
|
|
|||
9
docs/cmdline-opts/doh-url.d
Normal file
9
docs/cmdline-opts/doh-url.d
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Long: doh-url
|
||||
Arg: <URL>
|
||||
Help: Resolve host names over DOH
|
||||
Protocols: all
|
||||
---
|
||||
Specifies which DNS-over-HTTPS (DOH) server to use to resolve hostnames,
|
||||
instead of using the default name resolver mechanism. The URL must be HTTPS.
|
||||
|
||||
If this option is used several times, the last one will be used.
|
||||
Loading…
Add table
Add a link
Reference in a new issue