aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-02-02 15:05:59 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-02-02 15:05:59 +1100
commit92b1c3b6041d3c760e5351b17d64523965ff99a1 (patch)
tree953707e164872b35c66fb60d53e20ae98e032b77 /changes
parentf09d03c384b85d64dfe2abca156cd63bf7597979 (diff)
downloadtor-92b1c3b6041d3c760e5351b17d64523965ff99a1.tar.gz
tor-92b1c3b6041d3c760e5351b17d64523965ff99a1.zip
Update ExitPolicy when interface addresses change
Tor exit relays reject local interface addresses in their exit policy. Make sure those policies are updated when interface addresses change.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug182085
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".