diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-20 14:07:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-20 14:07:22 -0500 |
commit | 18a15747efe29d2df7a8ea852439fd30886cf9b3 (patch) | |
tree | 3ba25026a3f30020e893b0af503df634bd4920af /doc | |
parent | 74cd57517c10fd99345ffcc90d9376f9144e675a (diff) | |
download | tor-18a15747efe29d2df7a8ea852439fd30886cf9b3.tar.gz tor-18a15747efe29d2df7a8ea852439fd30886cf9b3.zip |
Expand manpage for HiddenServiceAllowUnknownPorts based on suggestions from qwerty1 and dgoulet
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 92a6a6ac6a..a10ce16609 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2073,7 +2073,9 @@ The following options are used to configure a hidden service. [[HiddenServiceAllowUnknownPorts]] **HiddenServiceAllowUnknownPorts** **0**|**1**:: If set to 1, then connections to unrecognized ports do not cause the - current hidden service to close rendezvous circuits. (Default: 0) + 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 |