summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJan Hák <jan.hak@nic.cz>2023-11-27 10:49:05 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2024-05-25 19:50:19 +0200
commitb100795956a922f3a4d0025e1db22406d86a75aa (patch)
tree4d65589ce1cad21b2a59ba9a2d60d9a4ad6817e7 /doc
parenttests-extra: fix wrong whitelist address and add small margin to dropped pack... (diff)
downloadknot-b100795956a922f3a4d0025e1db22406d86a75aa.tar.xz
knot-b100795956a922f3a4d0025e1db22406d86a75aa.zip
kxdpgun: add cli option for reading binary file
Diffstat (limited to 'doc')
-rw-r--r--doc/man_kxdpgun.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man_kxdpgun.rst b/doc/man_kxdpgun.rst
index db830b2dd..ff567d8fb 100644
--- a/doc/man_kxdpgun.rst
+++ b/doc/man_kxdpgun.rst
@@ -67,6 +67,11 @@ Options
**-i**, **--infile** *filename*
Path to a file with query templates.
+**-B**, **--binary**
+ Specify that input file is in binary format. This format is similar to the
+ TCP DNS message format. The file contains records formated as 2-octet length
+ (network order) followed by a message in DNS wire format.
+
**-I**, **--interface** *interface*
Network interface for outgoing communication. This can be useful in situations
when the interfaces are in a bond for example.