Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS

Fixes bug 10849; bugfix on 0.2.1.1-alpha (I believe)
This commit is contained in:
Nick Mathewson
2014-04-25 14:24:41 -04:00
parent b0e1ddbd98
commit f8248abbd6
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
o Major bugfixes:
- When running a hidden service, do not allow TunneledDirConns 0;
this will keep the hidden service from running, and also
make it publish its descriptors directly over HTTP. Fixes bug 10849;
bugfix on 0.2.1.1-alpha.