New option "HiddenServiceAllowUnknownPorts"

This allows hidden services to disable the anti-scanning feature
introduced in 0.2.6.2-alpha. With this option not set, a connection
to an unlisted port closes the circuit.  With this option set, only
a RELAY_DONE cell is sent.

Closes ticket #14084.
This commit is contained in:
Nick Mathewson
2015-01-03 12:34:52 -05:00
parent fc0febc5c6
commit 74cd57517c
5 changed files with 41 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor features:
- New option "HiddenServiceAllowUnknownPorts" to allow hidden
services to disable the anti-scanning feature introduced in
0.2.6.2-alpha. With this option not set, a connection to an
unlisted port closes the circuit. With this option set, only a
RELAY_DONE cell is sent. Closes ticket #14084.