diff options
author | Jan Hak <jan.hak@nic.cz> | 2021-08-17 13:33:23 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2021-08-24 17:22:00 +0200 |
commit | e58cdc3ea5581eaea6588433e5526ae4d790f495 (patch) | |
tree | 601f3eaf8ad4f5576a588bbcf557fda75ce7445e /doc/man_kdig.rst | |
parent | distro/deb/control: improve Multi-Arch hints (diff) | |
download | knot-e58cdc3ea5581eaea6588433e5526ae4d790f495.tar.xz knot-e58cdc3ea5581eaea6588433e5526ae4d790f495.zip |
kdig: add +keepopen parameter
closes #503
Diffstat (limited to 'doc/man_kdig.rst')
-rw-r--r-- | doc/man_kdig.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man_kdig.rst b/doc/man_kdig.rst index 5ba48cf98..f030f9ccb 100644 --- a/doc/man_kdig.rst +++ b/doc/man_kdig.rst @@ -219,6 +219,11 @@ Options **+**\ [\ **no**\ ]\ **ignore** Don't use TCP automatically if a truncated reply is received. +**+**\ [\ **no**\ ]\ **keepopen** + Keep TCP connection open for the following query if it has the same connection + configuration. This applies to +tcp, +tls, and +https operations. The connection + is considered in the context of a single kdig call only. + **+**\ [\ **no**\ ]\ **tls** Use TLS with the Opportunistic privacy profile (:rfc:`7858#section-4.1`). @@ -355,6 +360,10 @@ Examples $ kdig @8.8.4.4 +https +https-get example.com. $ kdig @8.8.8.8 +https +tls-hostname=dns.google +fastopen example.com. +6. More queries share one DoT connection:: + + $ kdig @1.1.1.1 +tls +keepopen abc.example.com A mail.example.com AAAA + Files ----- |