mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Document why dircache is not included in --list-modules
This commit is contained in:
@@ -2733,6 +2733,9 @@ list_enabled_modules(void)
|
||||
{
|
||||
printf("%s: %s\n", "relay", have_module_relay() ? "yes" : "no");
|
||||
printf("%s: %s\n", "dirauth", have_module_dirauth() ? "yes" : "no");
|
||||
// We don't list dircache, because it cannot be enabled or disabled
|
||||
// independently from relay. Listing it here would proliferate
|
||||
// test variants in test_parseconf.sh to no useful purpose.
|
||||
}
|
||||
|
||||
/** Last value actually set by resolve_my_address. */
|
||||
|
||||
Reference in New Issue
Block a user