commit b12d0a01ad3ad882b6dda7bbf8fc44205886f966 Author: rl1987 rl1987@sdf.lonestar.org Date: Sun Aug 5 18:19:48 2018 +0300
Simplify explanation of GETINFO exit-policy/*
Do not mention "non-transient internal error" as it is extremely unlikely to happen. --- control-spec.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index e7a5b79..5bca036 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -564,8 +564,7 @@ ExitPolicyRejectLocalInterfaces. These lines are based on the public addresses configured in the torrc and present on the relay's interfaces. Will send 552 error if the server is not running as - onion router or if there's non-transient internal error. Will send - 551 on transient internal error. + onion router. Will send 551 on internal error which may be transient.
"exit-policy/ipv4" "exit-policy/ipv6"