commit d92f97b146643db6daf084a0b64b50cd6258ba16 Author: teor (Tim Wilson-Brown) teor2345@gmail.com Date: Mon Nov 16 23:40:16 2015 +1100
Update control-spec for exit-policy/reject-private/* --- control-spec.txt | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/control-spec.txt b/control-spec.txt index 5dc7f8d..0fddb54 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -512,6 +512,16 @@ "exit-policy/default" -- The default exit policy lines that Tor will *append* to the ExitPolicy config option.
+ "exit-policy/reject-private/default" -- The default exit policy lines + that Tor will *prepend* to the ExitPolicy config option when + ExitPolicyRejectPrivate is 1. + + "exit-policy/reject-private/relay" -- The relay-specific exit policy + lines that Tor will *prepend* to the ExitPolicy config option when + ExitPolicyRejectPrivate is 1. These lines are based on the public + addresses configured in the torrc and present on the relay's + interfaces. + "exit-policy/ipv4" "exit-policy/ipv6" "exit-policy/full" -- This OR's exit policy, in IPv4-only, IPv6-only, or
tor-commits@lists.torproject.org