diff options
author | David Vašek <david.vasek@nic.cz> | 2021-10-13 17:08:03 +0200 |
---|---|---|
committer | David Vašek <david.vasek@nic.cz> | 2021-10-13 22:08:02 +0200 |
commit | 527b1fa6b1a21e41e77302b35bef15dc28ad75d8 (patch) | |
tree | ad43c552bda86fb2f8cea93105cae3f42e5d1be1 /doc/man_kdig.rst | |
parent | kdig: in an HTTPS URL, ignore any scheme:// prefix (diff) | |
download | knot-527b1fa6b1a21e41e77302b35bef15dc28ad75d8.tar.xz knot-527b1fa6b1a21e41e77302b35bef15dc28ad75d8.zip |
doc/kdig: improve the description of the URL parameter
Diffstat (limited to 'doc/man_kdig.rst')
-rw-r--r-- | doc/man_kdig.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man_kdig.rst b/doc/man_kdig.rst index f030f9ccb..6419d947c 100644 --- a/doc/man_kdig.rst +++ b/doc/man_kdig.rst @@ -259,7 +259,10 @@ Options **+**\ [\ **no**\ ]\ **https**\[\ =\ *URL*\] Use HTTPS (DNS-over-HTTPS) in wire format (:rfc:`1035#section-4.2.1`). It is also possible to specify URL=\[authority\]\[/path\] where request - will be send. Authority might also be specified as server name (parameter `@`). + will be sent to. Any leading scheme and authority indicator (i.e. //) are ignored. + Authority might also be specified as the *server* (using the parameter `@`). + If *path* is specified and *authority* is missing, then the *server* + is used as authority together with the specified *path*. Library *libnghttp2* is required. **+**\ [\ **no**\ ]\ **https-get** |