diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-09-18 14:48:21 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-27 17:15:41 -0400 |
commit | 8ac2de5ab98522abaa3289d6db155567e6126b50 (patch) | |
tree | 8d8b4d50d32bfa0ad25458f658cce5faa086963e /doc | |
parent | 85cad94221aa7ab585ab238dc1eebec1dbe495e6 (diff) | |
download | tor-8ac2de5ab98522abaa3289d6db155567e6126b50.tar tor-8ac2de5ab98522abaa3289d6db155567e6126b50.tar.gz |
Add RefuseUnknownExits to the manpage
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 3b7e30bdf..c42aae0e0 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -905,6 +905,12 @@ is non-zero): the next day. All times are local, and given in 24-hour time. (Defaults to "month 1 0:00".) +**RefuseUnknownExits** **0**|**1**|**auto**:: + Prevent nodes that don't appear in the consensus from exiting using this + relay. If the option is 1, we always block exit attempts from such + nodes; if it's 0, we never do, and if the option is "auto", then we do + whatever the authorities suggest in the consensus. (Defaults to auto.) + **ServerDNSResolvConfFile** __filename__:: Overrides the default DNS configuration with the configuration in __filename__. The file format is the same as the standard Unix |