aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/doh-url.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-09-06 09:16:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-09-06 09:17:25 +0200
commit5ffbb63e4271b7df05f0bfc31d0696745f028e76 (patch)
tree54ed0ceb752b1713efdce049f39c5df23be9fda5 /docs/cmdline-opts/doh-url.d
parentabff183387ae7e4a0bb7cbdd653ff64aeb1840a7 (diff)
curl: --doh-url added
Diffstat (limited to 'docs/cmdline-opts/doh-url.d')
-rw-r--r--docs/cmdline-opts/doh-url.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/cmdline-opts/doh-url.d b/docs/cmdline-opts/doh-url.d
new file mode 100644
index 000000000..8fa42c1b2
--- /dev/null
+++ b/docs/cmdline-opts/doh-url.d
@@ -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.