mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
b1f71eeed6
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.
6 lines
315 B
Plaintext
6 lines
315 B
Plaintext
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.
|