diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-18 19:34:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-18 19:34:39 +0000 |
commit | 6712287e957ba895aa29a82a7718e6cf33a2aaa0 (patch) | |
tree | b4303553f5be5ccf0a30883919b7e2bcf83ebb11 /doc/dnsfunneld.html | |
parent | e958dc52c254794bd758ab824e3aa2749cb49b04 (diff) | |
download | dnsfunnel-6712287e957ba895aa29a82a7718e6cf33a2aaa0.tar.xz |
Separate -i ip and -p port options
Diffstat (limited to 'doc/dnsfunneld.html')
-rw-r--r-- | doc/dnsfunneld.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/dnsfunneld.html b/doc/dnsfunneld.html index 7fde21f..ae03cf1 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 <em>globaltimeout</em> ] [ -X | -x ] [ -N | -n ] + dnsfunneld [ -v <em>verbosity</em> ] [ -1 ] [ -U | -u <em>uid</em> -g <em>gid</em> ] [ -i <em>ip</em> ] [ -p <em>port</em> ] [ -R <em>root</em> ] [ -b <em>bufsize</em> ] [ -t <em>globaltimeout</em> ] [ -X | -x ] [ -N | -n ] </pre> <ul> @@ -85,9 +85,10 @@ in the GID environment variable, and drop privileges to that uid/gid. </li> <em>uid</em>. </li> <li> <tt>-g <em>gid</em></tt> : drop privileges to numerical gid <em>gid</em>. </li> - <li> <tt>-i <em>ip</em>:<em>port</em></tt> : bind the socket to -IPv4 <em>ip</em> and port <em>port</em>. Default for <em>ip</em> is -<tt>127.0.0.1</tt>; default for <em>port</em> is 53. </li> + <li> <tt>-i <em>ip</em></tt> : bind the socket to +IPv4 <em>ip</em>. Default is <tt>127.0.0.1</tt>. </li> + <li> <tt>-p <em>port</em></tt> : bind the socket to +port <em>port</em>. Default is <tt>53</tt>. </li> <li> <tt>-R <em>root</em></tt> : chroot to <em>root</em>. Default is <tt>/run/dnsfunnel/root</tt>. Note that chrooting only increases security if privileges are also dropped via the <tt>-U</tt> or <tt>-u</tt> and <tt>-g</tt> |