diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-06 21:03:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-06 21:03:47 +0000 |
commit | b267da4f4b92709aa3069155d78f92e0559cc6f6 (patch) | |
tree | e53580470ea7f060d2570ed3fa07d639d1965c3d /doc/tor.1.in | |
parent | cd1f50d2f044e78fc0ed0ae5b6e0db870ced1834 (diff) | |
download | tor-b267da4f4b92709aa3069155d78f92e0559cc6f6.tar.gz tor-b267da4f4b92709aa3069155d78f92e0559cc6f6.zip |
document DirAllowPrivateAddresses
svn:r3322
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 11358159c9..0a77dd0a8f 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -339,6 +339,11 @@ pull down the directory learn whether they need to upgrade. This option can appear multiple times: the values from multiple lines are spliced together. .TP +\fBDirAllowPrivateAddresses \fR\fB0\fR|\fB1\fR\fP +If set to 1, Tor will accept router descriptors with arbitrary "Address" +elements. Otherwise, if the address is not an IP or is a private IP, +it will reject the router descriptor. Defaults to 0. +.TP \fBRunTesting \fR\fB0\fR|\fB1\fR\fP If set to 1, Tor tries to build circuits through all of the servers it knows about, so it can tell which are up and which are down. This |