Merge remote-tracking branch 'tor-github/pr/1430'

This commit is contained in:
Nick Mathewson
2019-10-21 12:43:26 -04:00
31 changed files with 252 additions and 46 deletions
+5
View File
@@ -0,0 +1,5 @@
o Major features (build system):
- Create an optional relay module, which can be disabled using the
--disable-module-relay configure option. When it is set, also disable
the dirauth module. Add a minimal implemention, which disables the
relay and dircache modes in tor. Closes ticket 32123.