diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-12 03:30:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-12 03:30:11 +0000 |
commit | 21782df73ec8202c35b4a7bb1e2fd118e3596a92 (patch) | |
tree | ae0ca005638a45b2007b788dca04b0b350ded00f /doc | |
parent | a24bd3c0245d23e906b3ce0ee7a3b9920ef5d0df (diff) | |
download | tor-21782df73ec8202c35b4a7bb1e2fd118e3596a92.tar.gz tor-21782df73ec8202c35b4a7bb1e2fd118e3596a92.zip |
mention that Address doesn't need to be set
svn:r2802
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 6d0c6b2d6f..a086948df1 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -168,7 +168,8 @@ Set an entrance policy for this server, to limit who can connect to the socks po The following options are useful only for servers (that is, if \fBORPort\fP is non-zero): .TP \fBAddress \fR\fIaddress\fP -The IP or fqdn of this server (e.g. moria.mit.edu). +The IP or fqdn of this server (e.g. moria.mit.edu). You can leave this +unset, and Tor will guess your IP. .TP \fBContactInfo \fR\fIemail address\fP Administrative contact information for server. |