diff options
author | teor <teor@torproject.org> | 2019-10-31 00:28:05 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-04 13:10:00 +1000 |
commit | d3c8486724ad29c732bbae591f11b0597641a446 (patch) | |
tree | 542f5791879a7942bd0092d725dab1dc5a8705f8 /src/test/conf_examples/example_1 | |
parent | 85e50954d85e0372d2f4e854e651817389b4ece9 (diff) | |
download | tor-d3c8486724ad29c732bbae591f11b0597641a446.tar.gz tor-d3c8486724ad29c732bbae591f11b0597641a446.zip |
relay: Disable relay config when the module is disabled
This commit:
* disables the ORPort, DirPort, DirCache, and BridgeRelay options,
* sets ClientOnly 1,
* disables relay_config.c and relay/transport_config.c,
* disables test_rebind.sh, and
* modifies the expected results for test_parseconf.sh,
when the relay module is disabled.
Part of 32213.
Diffstat (limited to 'src/test/conf_examples/example_1')
-rw-r--r-- | src/test/conf_examples/example_1/error_no_dirauth_relay | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/conf_examples/example_1/error_no_dirauth_relay b/src/test/conf_examples/example_1/error_no_dirauth_relay new file mode 100644 index 0000000000..9f9c0fd8f3 --- /dev/null +++ b/src/test/conf_examples/example_1/error_no_dirauth_relay @@ -0,0 +1 @@ +This tor was built with relay mode disabled. |