diff options
author | Roger Dingledine <arma@torproject.org> | 2020-10-22 03:07:09 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-10-22 03:26:03 -0400 |
commit | 00118355f5e6f94352de62f5bb10005cda6f238e (patch) | |
tree | 66d8be81f5b17f0321a94c93d7e6b325ac035239 /changes | |
parent | ef70f5f42a875c8d1d1280c6ef6f86d01983b6ef (diff) | |
download | tor-00118355f5e6f94352de62f5bb10005cda6f238e.tar.gz tor-00118355f5e6f94352de62f5bb10005cda6f238e.zip |
Turn ConsensusParams into a Linelist
Make it possible to specify multiple ConsensusParams torrc
lines.
Now directory authority operators can for example put the
main ConsensusParams config in one torrc file and then add to it
from a different torrc file.
Closes ticket 40164.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40164 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40164 b/changes/ticket40164 new file mode 100644 index 0000000000..206ebefc48 --- /dev/null +++ b/changes/ticket40164 @@ -0,0 +1,6 @@ + o Minor features: + - Make it possible to specify multiple ConsensusParams torrc lines. + Now directory authority operators can for example put the main + ConsensusParams config in one torrc file and then add to it from + a different torrc file. Closes ticket 40164. + |