aboutsummaryrefslogtreecommitdiff
path: root/src/test/conf_examples/example_3
AgeCommit message (Collapse)Author
2019-11-14test/parseconf: Update conf_examples to use expected_logteor
Part of 32451.
2019-11-07test/parseconf: Update config parsing tests for 32410teor
2019-11-04relay: Disable relay config when the module is disabledteor
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.
2019-09-14Move our first 3 example conf_examples to named directoriesNick Mathewson
I'm not planning to use "example" as the name for all of them, but these first three _are_ simple examples.