diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-20 14:07:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-20 14:07:37 -0500 |
commit | e7e33d4b04be508e327f79786e1e0a885afd7a6d (patch) | |
tree | 7c43f361338709c0bc651660c15393bdf892c646 /doc | |
parent | 9ddc1fb10c0e40fccee6d4d8b122250f8358ca81 (diff) | |
parent | 18a15747efe29d2df7a8ea852439fd30886cf9b3 (diff) | |
download | tor-e7e33d4b04be508e327f79786e1e0a885afd7a6d.tar.gz tor-e7e33d4b04be508e327f79786e1e0a885afd7a6d.zip |
Merge branch 'bug14084'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index a38b7dccca..5302b33bd1 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2093,6 +2093,12 @@ The following options are used to configure a hidden service. found in the hostname file. Clients need to put this authorization data in their configuration file using **HidServAuth**. +[[HiddenServiceAllowUnknownPorts]] **HiddenServiceAllowUnknownPorts** **0**|**1**:: + If set to 1, then connections to unrecognized ports do not cause the + current hidden service to close rendezvous circuits. (Setting this to 0 is + not an authorization mechanism; it is instead meant to be a mild + inconvenience to port-scanners.) (Default: 0) + [[RendPostPeriod]] **RendPostPeriod** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**:: Every time the specified period elapses, Tor uploads any rendezvous service descriptors to the directory servers. This information is also |