diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-14 11:19:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-14 11:19:34 -0500 |
commit | ab08d8c4f7a4a6120756e964a086219a1dc3aaa2 (patch) | |
tree | fbf8e5a8fa302369f8a237b536b01e531f76b227 /doc | |
parent | 5c813f6ca1d6e385cfad5219108f8ac00677cf35 (diff) | |
download | tor-ab08d8c4f7a4a6120756e964a086219a1dc3aaa2.tar.gz tor-ab08d8c4f7a4a6120756e964a086219a1dc3aaa2.zip |
document that hiddenserviceport can have an ipv6 addr.for 12670
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index eb406e7cb7..a33185b8f2 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2042,6 +2042,7 @@ The following options are used to configure a hidden service. 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.) 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. |