diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-10 16:32:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-10 16:32:05 -0500 |
commit | c0a6c3465270355a09a93c1b48ba496e0f36cf0c (patch) | |
tree | 35cbb5d9468da9f81802cb29867da4e288715dff /changes | |
parent | 162d2022e1fa4d46480727bae9db650d50c4a21c (diff) | |
parent | 92b1c3b6041d3c760e5351b17d64523965ff99a1 (diff) | |
download | tor-c0a6c3465270355a09a93c1b48ba496e0f36cf0c.tar.gz tor-c0a6c3465270355a09a93c1b48ba496e0f36cf0c.zip |
Merge remote-tracking branch 'teor/bug18208'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18208 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18208 b/changes/bug18208 new file mode 100644 index 0000000000..d6d194bb4d --- /dev/null +++ b/changes/bug18208 @@ -0,0 +1,5 @@ + o Minor bug fixes (exit policies, security): + - Refresh an exit relay's exit policy when interface addresses change. + Previously, tor only refreshed the exit policy when the configured + external address changed. + Closes ticket 18208 on tor 0.2.7.3. Patch by "teor". |