summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-11-13 08:42:20 -0500
committerNick Mathewson <nickm@torproject.org>2015-11-13 08:42:20 -0500
commit7bdbcdaed8ed95986de854488572b6b822ab8435 (patch)
tree8e74b2cd065f542280594ffe1e6e1f0eb7e825d9 /doc
parentf7ccc9b975ae3e6531767c1a56cd85c906292aff (diff)
parent7b859fd8c558c9cf08add79db87fb1cb76537535 (diff)
downloadtor-7bdbcdaed8ed95986de854488572b6b822ab8435.tar.gz
tor-7bdbcdaed8ed95986de854488572b6b822ab8435.zip
Merge commit '7b859fd8c558c9cf08add79db87fb1cb76537535'
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 04826b3526..38240471b4 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -2186,8 +2186,8 @@ The following options are used to configure a hidden service.
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 over TCP. You may override the target port,
- address, or both by specifying a target of addr, port, or addr:port.
- (You can specify an IPv6 target as [addr]:port.)
+ address, or both by specifying a target of addr, port, addr:port, or
+ **unix:**__path__. (You can specify an IPv6 target as [addr]:port.)
You may also have multiple lines with the same VIRTPORT: when a user
connects to that VIRTPORT, one of the TARGETs from those lines will be
chosen at random.