commit 19df57848e1923b196c9c579e476af3a5d019100 Author: teor (Tim Wilson-Brown) teor2345@gmail.com Date: Fri Jul 1 15:43:47 2016 +1000
Update and clarify exit-policy/reject-private/relay for #18456
Add ExitPolicyRejectLocalInterfaces option. Make it clear that the current option values determine the output. --- control-spec.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index 9529d35..37c6484 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -522,8 +522,9 @@ 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 + lines that Tor will *prepend* to the ExitPolicy config option based + on the current values of ExitPolicyRejectPrivate and + ExitPolicyRejectLocalInterfaces. These lines are based on the public addresses configured in the torrc and present on the relay's interfaces.
tor-commits@lists.torproject.org