From 8dff23eb34cf63278f8c78eb965c77fe215b860c Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 24 Sep 2017 19:27:07 -0400 Subject: 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. --- changes/ticket23637 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket23637 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf