diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-02-24 12:15:35 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-02-24 12:15:35 +0200 |
commit | 93cb8072becb4213525d08a87fdf7284e6257168 (patch) | |
tree | 673dfd40cc4c6fc9b16d92aa0fe38f14da2a8031 /doc | |
parent | 975102869a3b5957bc0a1f2103697371fbe04cd3 (diff) | |
download | tor-93cb8072becb4213525d08a87fdf7284e6257168.tar.gz tor-93cb8072becb4213525d08a87fdf7284e6257168.zip |
Final touches to #32709 based on Nick's feedback.
- Fix a bug and add unittest.
- Add changes file.
- Add man page entry.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index a5108df805..4aa09e7f3e 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -3128,6 +3128,19 @@ The next section describes the per service options that can only be set The HAProxy version 1 protocol is described in detail at https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt +[[HiddenServiceOnionBalanceInstance]] **HiddenServiceOnionBalanceInstance** **0**|**1**:: + + If set to 1, this onion service becomes an OnionBalance instance and will + accept client connections destined to an OnionBalance frontend. In this + case, Tor expects to find a file named "ob_config" inside the + **HiddenServiceDir** directory with content: + + + MasterOnionAddress <frontend_onion_address> + + + where <frontend_onion_address> is the onion address of the OnionBalance + frontend (e.g. wrxdvcaqpuzakbfww5sxs6r2uybczwijzfn2ezy2osaj7iox7kl7nhad.onion). + + [[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 |