mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
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.
5 lines
315 B
Text
5 lines
315 B
Text
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.
|