diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-01 00:36:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-01 00:36:46 +0000 |
commit | 37b967fd9c5be9c1a13c8b00650c5c33672376a9 (patch) | |
tree | 17496b8f81ebfb69162eaf01264d00d135c7bbe5 | |
parent | ee45ae575d282cd8b7deb63522b4f982096ae5ab (diff) | |
download | tor-37b967fd9c5be9c1a13c8b00650c5c33672376a9.tar.gz tor-37b967fd9c5be9c1a13c8b00650c5c33672376a9.zip |
Add documentation for hidden server cfg
svn:r1418
-rw-r--r-- | doc/tor.1.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 87aa13bc9f..b6aafb85c1 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -127,6 +127,22 @@ Bind the directory service to this address. (Default: 0.0.0.0) \fBrecommendedversions \fR\fISTRING\fP STRING is a command-separated list of Tor versions currently believed to be safe. The list is included in each directory, and nodes which pull down the directory learn whether they need to upgrade. +.SH HIDDEN SERVER OPTIONS +.PP +The following options are used to configure a hidden service. +.TP +\fBhiddenservicedir \fR\fIDIRECTORY\fP +Store data files for a hidden service in DIRECTORY. Every hidden +service must have a separate directory. You may use this option multiple +times to specify multiple services. +.TP +\fBhiddenserviceport \fR\fIVIRTPORT \fR[\fITARGET\fR]\fP +Configure a virtual port VIRTPORT for a hidden service. You may use this +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. + .SH FILES .TP .I @CONFDIR@/torrc |