diff options
author | Roger Dingledine <arma@torproject.org> | 2017-09-24 19:27:07 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-09-24 19:27:07 -0400 |
commit | 8dff23eb34cf63278f8c78eb965c77fe215b860c (patch) | |
tree | f1e29e54ae52e621c17c1b7c2cd72e766c9ed7a0 /changes/ticket23637 | |
parent | a1f31c0671c82f95c6a9804df52e391e54d6d614 (diff) | |
download | tor-8dff23eb34cf63278f8c78eb965c77fe215b860c.tar.gz tor-8dff23eb34cf63278f8c78eb965c77fe215b860c.zip |
Assign Exit flag only for ports 80 and 443
Make the "Exit" flag assignment only depend on whether the exit
policy allows connections to ports 80 and 443. Previously relays
would get the Exit flag if they allowed connections to one of
these ports and also port 6667.
Resolves ticket 23637.
Diffstat (limited to 'changes/ticket23637')
-rw-r--r-- | changes/ticket23637 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket23637 b/changes/ticket23637 new file mode 100644 index 0000000000..8687ab1a01 --- /dev/null +++ b/changes/ticket23637 @@ -0,0 +1,5 @@ + o Minor features: + - Make the "Exit" flag assignment only depend on whether the exit + policy allows connections to ports 80 and 443. Previously relays + would get the Exit flag if they allowed connections to one of + these ports and also port 6667. Resolves ticket 23637. |