diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-08-03 16:48:52 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-08-03 16:48:52 +0300 |
commit | 18d2c7c5d7eb0441d891fb7642fbbabde6c53cf2 (patch) | |
tree | 22d88e323dc8ae5d29456f5d2a244c306a6500ac /changes | |
parent | 4c22050de14244418b1b3dbce124544e7fb40e4a (diff) | |
parent | ceb6585a4bc2beadde2fb194395711e72ee8559d (diff) | |
download | tor-18d2c7c5d7eb0441d891fb7642fbbabde6c53cf2.tar.gz tor-18d2c7c5d7eb0441d891fb7642fbbabde6c53cf2.zip |
Merge remote-tracking branch 'tor-gitlab/mr/79' into maint-0.4.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33747 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket33747 b/changes/ticket33747 new file mode 100644 index 0000000000..57c72e9d0a --- /dev/null +++ b/changes/ticket33747 @@ -0,0 +1,7 @@ + o Minor bugfixes (rate limiting, bridges, pluggable transports): + - On a bridge, treat all connections from an ExtORPort as remote + by default for the purposes of rate-limiting. Previously, + bridges would treat the connection as local unless they explicitly + received a "USERADDR" command. ExtORPort connections still + count as local if there is a USERADDR command with an explicit local + address. Fixes bug 33747; bugfix on 0.2.5.1-alpha. |