diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-14 09:27:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-14 09:27:03 -0400 |
commit | 12320e7f3ed181f8eb0af4b02507ac3abb7fe6ea (patch) | |
tree | 480f455815540a4d34e8f87b69be8389079325eb /changes | |
parent | 0582f678e7307ad271b94a393ba6e76f5acce897 (diff) | |
parent | 2c093c96b202a628aeb225792e0c7d95732e96ef (diff) | |
download | tor-12320e7f3ed181f8eb0af4b02507ac3abb7fe6ea.tar.gz tor-12320e7f3ed181f8eb0af4b02507ac3abb7fe6ea.zip |
Merge remote-tracking branch 'neel/b21530'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21530 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug21530 b/changes/bug21530 new file mode 100644 index 0000000000..93a54907ce --- /dev/null +++ b/changes/bug21530 @@ -0,0 +1,7 @@ + o Minor bugfixes (relay): + - If we are a relay where ExitRelay is auto and we have not specified + an exit policy, whether through ExitPolicy lines or ReducedExitPolicy, + emulate the behavior of ExitRelay as 0. Previously, we allowed exit + traffic if ExitRelay is auto and logged a warning message. Fixes bug + 21530; bugfix on 0.3.5.1-alpha. Patch by Neel Chauhan. + |