diff options
author | David Goulet <dgoulet@ev0ke.net> | 2015-05-11 15:48:04 -0400 |
---|---|---|
committer | David Goulet <dgoulet@ev0ke.net> | 2015-06-29 11:12:31 -0400 |
commit | adc04580f860b5e8cfd6d49c83fdf73764a4f8cc (patch) | |
tree | 910cb2f19af5b0e2886d01447d752f9bdd14783f /doc | |
parent | 8dcbdf58a7fe3b1865b78387126cfe74dd0f0602 (diff) | |
download | tor-adc04580f860b5e8cfd6d49c83fdf73764a4f8cc.tar.gz tor-adc04580f860b5e8cfd6d49c83fdf73764a4f8cc.zip |
Add the torrc option HiddenServiceNumIntroductionPoints
This is a way to specify the amount of introduction points an hidden service
can have. Maximum value is 10 and the default is 3.
Fixes #4862
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e7c08f5046..6cfad56f08 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2177,6 +2177,10 @@ The following options are used to configure a hidden service. only owner is able to read the hidden service directory. (Default: 0) Has no effect on Windows. +[[HiddenServiceNumIntroductionPoints]] **HiddenServiceNumIntroductionPoints** __NUM__:: + Number of introduction points the hidden service will have. You can't + have more than 10. (Default: 3) + TESTING NETWORK OPTIONS ----------------------- |