diff options
author | George Kadianakis <desnacked@riseup.net> | 2018-09-13 17:37:05 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2018-09-15 16:52:36 +0300 |
commit | e44e6a1857ff8ad39d3e298b512e8c8a1e513c99 (patch) | |
tree | 90cdbc977002c2b51048fb5b390892f899016995 /doc | |
parent | b2092f1ced891737d83915f027b6776882d256b5 (diff) | |
download | tor-e44e6a1857ff8ad39d3e298b512e8c8a1e513c99.tar.gz tor-e44e6a1857ff8ad39d3e298b512e8c8a1e513c99.zip |
Add man page entry.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 869a8cedd7..abd1fdefa2 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2835,6 +2835,11 @@ The following options are used to configure a hidden service. not an authorization mechanism; it is instead meant to be a mild inconvenience to port-scanners.) (Default: 0) +[[HiddenServiceExportCircuitID]] **HiddenServiceExportCircuitID** **0**|**1**:: + If set to 1, then the onion service will use the HAProxy proxy protocol to + assign a unique IPv6 address (in an unused IPv6 range) to each inbound + client circuit. (Default: 0) + [[HiddenServiceMaxStreams]] **HiddenServiceMaxStreams** __N__:: The maximum number of simultaneous streams (connections) per rendezvous circuit. The maximum value allowed is 65535. (Setting this to 0 will allow |