mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Clarify that hidden services are TCP only
Also remove some trailing whitespace. Patch from maker; fixes bug 6024.
This commit is contained in:
parent
aca325eb0c
commit
b9c86948e4
2
changes/bug6024
Normal file
2
changes/bug6024
Normal file
@ -0,0 +1,2 @@
|
||||
o Documentation fixes:
|
||||
- Clarify that hidden services are TCP only. Fixes bug 6024.
|
@ -1747,10 +1747,11 @@ The following options are used to configure a hidden service.
|
||||
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. 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.
|
||||
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 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.
|
||||
|
||||
**PublishHidServDescriptors** **0**|**1**::
|
||||
If set to 0, Tor will run any hidden services you configure, but it won't
|
||||
|
Loading…
Reference in New Issue
Block a user