module
TorControl::Info::ExitPolicy
Defined in:
get_info.crConstant Summary
-
Default =
"exit-policy/default" -
The default exit policy lines that Tor will append to the ExitPolicy config option.
-
Full =
"exit-policy/full" -
This OR's exit policy. Handles errors in the same way as REJECT_PRIVATE_RELAY does.
-
Ipv4 =
"exit-policy/ipv4" -
This OR's exit policy, in IPv6-only flavors. Handles errors in the same way as REJECT_PRIVATE_RELAY does.
-
Ipv6 =
"exit-policy/ipv6" -
This OR's exit policy, in IPv4-only flavors. Handles errors in the same way as REJECT_PRIVATE_RELAY does.
-
RejectPrivateDefault =
"exit-policy/reject-private/default" -
The default exit policy lines that Tor will prepend to the ExitPolicy config option when ExitPolicyRejectPrivate is 1.
-
RejectPrivateRelay =
"exit-policy/reject-private/relay" -
The relay-specific exit policy 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. Will send 552 error if the server is not running as onion router. Will send 551 on internal error which may be transient.