diff options
Diffstat (limited to 'doc/dnsfunnel-translate.html')
-rw-r--r-- | doc/dnsfunnel-translate.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/dnsfunnel-translate.html b/doc/dnsfunnel-translate.html index 9dde27d..112a615 100644 --- a/doc/dnsfunnel-translate.html +++ b/doc/dnsfunnel-translate.html @@ -56,14 +56,12 @@ get printed to <tt>outputfile</tt> <li> <tt>-i <em>inputfile</em></tt> : process <em>inputfile</em>. Default is <tt>/etc/resolv.conf</tt>. </li> <li> <tt>-o <em>outputfile</em></tt> : write the result to -<em>outputfile</em>. Default is <tt>/run/dnsfunnel-caches</tt>, or <em>file</em> -if the <tt>--with-cachelist=<em>file</em></tt> option has been given to the -configure script at build time. </li> +<em>outputfile</em>. Default is <tt>/run/dnsfunnel/root/caches</tt>. </li> <li> <tt>-x <em>ignoredip</em></tt> : ignore the <em>ignoredip</em> IPv4 address if it shows up as a <tt>nameserver</tt> in <em>inputfile</em>. Default is <tt>127.0.0.1</tt>. The point of this option is to avoid copying to <tt>outputfile</tt> the IPv4 address that the -<a href="dnsfunnel-daemon.html">dnsfunnel-daemon</a> daemon will be bound to. </li> +<a href="dnsfunneld.html">dnsfunneld</a> daemon will be bound to. </li> </ul> </body> |