diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-08 06:30:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-08 06:30:15 +0000 |
commit | 50729212d0aa5974e6bdcc22fccbad90a497b588 (patch) | |
tree | 01aef247954966526457cff508f25dc85df01c79 /doc | |
parent | 4122e2de114cea4299691aa0fb98a7a517a6e466 (diff) | |
download | tor-50729212d0aa5974e6bdcc22fccbad90a497b588.tar.gz tor-50729212d0aa5974e6bdcc22fccbad90a497b588.zip |
Document rest of hiddenservice config options; still needs example or tutorial maybe.
svn:r1567
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 24a59cf732..757d69831d 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -149,6 +149,14 @@ option multiple times; each time applies to the service using the most recent hiddenservicedir. By default, this option maps the virtual port to the same port on 127.0.0.1. You may override the target port, address, or both by specifying a target of addr, port, or addr:port. +.TP +\fBhiddenservicenodes \fR\fInickname,nicknamme,...\fP +If possible, use the specified nodes as introduction points for the hidden +service. +.TP +\fBhiddenserviceexcludenodes \fR\fInickname,nicknamme,...\fP +Do not use the specified nodes as introduction points for the hidden +service. .SH FILES .TP |