diff options
author | Linus Nordberg <linus@torproject.org> | 2012-07-11 11:53:07 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-17 09:35:38 -0400 |
commit | 21c6c8485367ce66ab0791c153177c17bccd25c5 (patch) | |
tree | 2bb094ba0f392af6afa3f97aa7d30e8aa03beb8b /changes/bug6377 | |
parent | 93b730175566de2dcf783b1ce4b3fd87a6f7375e (diff) | |
download | tor-21c6c8485367ce66ab0791c153177c17bccd25c5.tar tor-21c6c8485367ce66ab0791c153177c17bccd25c5.tar.gz |
Allow TestingTorNetwork when alternate dir and bridge authorities are set.
Allow TestingTorNetwork when AlternateDirAuthority and
AlternateBridgeAuthority is set even if DirServer is not.
Diffstat (limited to 'changes/bug6377')
-rw-r--r-- | changes/bug6377 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6377 b/changes/bug6377 new file mode 100644 index 000000000..a3a367278 --- /dev/null +++ b/changes/bug6377 @@ -0,0 +1,4 @@ + o Testing: + - Make it possible to set the TestingTorNetwork configuration + option using AlternateDirAuthority and AlternateBridgeAuthority + as an alternative to setting DirServer. |