]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 10067
authorNick Mathewson <nickm@torproject.org>
Thu, 13 Nov 2014 15:50:37 +0000 (10:50 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 6 Jan 2015 19:31:20 +0000 (14:31 -0500)
changes/feature10067 [new file with mode: 0644]

diff --git a/changes/feature10067 b/changes/feature10067
new file mode 100644 (file)
index 0000000..3a387d0
--- /dev/null
@@ -0,0 +1,12 @@
+  o Major features (changed defaults):
+    - Prevent relay operators from unintentionally running exits: When
+      a relay is configured as an exit node, we now warn the user
+      unless the 'ExitRelay' option is set to 1. We warn even more
+      loudly if the relay is configured with the default exit policy,
+      since this tends to indicate accidental misconfiguration.
+      Setting 'ExitRelay' to 0 stops Tor from running as an exit relay.
+      Closes ticket 10067.
+
+  o Removed features:
+    - To avoid confusion with the 'ExitRelay' option, 'ExitNode' is no
+      longer silently accepted as an alias for 'ExitNodes'.