diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-18 21:53:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-18 21:53:11 +0000 |
commit | 84deb5c690f01226fe1106e90683ba817a539eb9 (patch) | |
tree | 23a1db86d937a64eb109f66580e23c2f02df2e60 /doc/tor.1.in | |
parent | 4e369bc9e8aac84093f94c0d6402f3865a03a5b8 (diff) | |
download | tor-84deb5c690f01226fe1106e90683ba817a539eb9.tar.gz tor-84deb5c690f01226fe1106e90683ba817a539eb9.zip |
mention that HiddenServiceNodes and HiddenServiceExcludeNodes
have fine defaults that you can leave alone in normal operation.
svn:r3365
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 0c701974b0..00c45cad65 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -373,11 +373,12 @@ by specifying a target of addr, port, or addr:port. .TP \fBHiddenServiceNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP If possible, use the specified nodes as introduction points for the hidden -service. +service. If this is left unset, Tor will be smart and pick some reasonable +ones; most people can leave this unset. .TP \fBHiddenServiceExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP Do not use the specified nodes as introduction points for the hidden -service. +service. In normal use there is no reason to set this. .\" UNDOCUMENTED .\" ignoreversion |