From b267da4f4b92709aa3069155d78f92e0559cc6f6 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 6 Jan 2005 21:03:47 +0000 Subject: [PATCH] document DirAllowPrivateAddresses svn:r3322 --- doc/tor.1.in | 5 +++++ 1 file changed, 5 insertions(+) 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