diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-12 23:59:51 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-12 23:59:51 +0000 |
commit | 066056c64a7fee4ecf1f442e80984523aa7d600a (patch) | |
tree | cb189813c8bd270acd71849b1c7e07eb7ab9e96d /doc | |
parent | 47d27da58d0dc608e8b05baa8dc91f43e10a42de (diff) | |
download | dnsfunnel-066056c64a7fee4ecf1f442e80984523aa7d600a.tar.xz |
Doc fix, skalibs bug workaround
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dnsfunneld.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/dnsfunneld.html b/doc/dnsfunneld.html index 5181db1..7fde21f 100644 --- a/doc/dnsfunneld.html +++ b/doc/dnsfunneld.html @@ -29,7 +29,7 @@ queries, the responses, or both. <h2> Interface </h2> <pre> - dnsfunneld [ -v <em>verbosity</em> ] [ -1 ] [ -U | -u <em>uid</em> -g <em>gid</em> ] [ -i <em>ip</em>:<em>port</em> ] [ -R <em>root</em> ] [ -b <em>bufsize</em> ] [ -T | -t ] [ -N | -n ] + dnsfunneld [ -v <em>verbosity</em> ] [ -1 ] [ -U | -u <em>uid</em> -g <em>gid</em> ] [ -i <em>ip</em>:<em>port</em> ] [ -R <em>root</em> ] [ -b <em>bufsize</em> ] [ -t <em>globaltimeout</em> ] [ -X | -x ] [ -N | -n ] </pre> <ul> @@ -97,6 +97,10 @@ to <tt>-R</tt>. </li> <li> <tt>-b <em>bufsize</em></tt> : try and reserve a kernel buffer size of <em>bufsize</em> bytes for the socket. The default is whatever the default is for your kernel. </li> + <li> <tt>-t <em>globaltimeout</em></tt> : maximum resolution time. +If a query takes more than <em>globaltimeout</em> milliseconds to resolve, +abandon it and return a SERVFAIL to the client. Default is 0, meaning infinite: +no global timeout is set. </li> </ul> <p> @@ -105,9 +109,9 @@ features. See below for the detail of operations. </p> <ul> - <li> <tt>-T</tt> : Do not activate truncation of responses. This is + <li> <tt>-X</tt> : Do not activate truncation of responses. This is the default. </li> - <li> <tt>-t</tt> : If a DNS response is bigger than 510 bytes, + <li> <tt>-x</tt> : If a DNS response is bigger than 510 bytes, truncate its last resource records until it fits into 510 bytes and can be sent in a UDP packet. </li> <li> <tt>-N</tt> : Do not activate NXDOMAIN workaround. This is the |