diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-08-13 18:48:32 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-10-20 20:34:08 +0300 |
commit | 98fd3b410463a25be0864cfaa8ef2e56420125fe (patch) | |
tree | 23dbcd005e531c6cef0c1b5d03c6346881cc0ebf | |
parent | 91fa12aedc5f30e0f3703bed252e5b30ce374c5c (diff) | |
download | tor-98fd3b410463a25be0864cfaa8ef2e56420125fe.tar.gz tor-98fd3b410463a25be0864cfaa8ef2e56420125fe.zip |
Mention DNS fallback in manpage
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 406372433f..8729b8ed50 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2211,7 +2211,8 @@ is non-zero): __filename__. The file format is the same as the standard Unix "**resolv.conf**" file (7). This option, like all other ServerDNS options, only affects name lookups that your server does on behalf of clients. - (Defaults to use the system DNS configuration.) + (Defaults to use the system DNS configuration or a localhost DNS service + in case no nameservers are found in a given configuration.) [[ServerDNSAllowBrokenConfig]] **ServerDNSAllowBrokenConfig** **0**|**1**:: If this option is false, Tor exits immediately if there are problems |