summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-11-16 18:37:01 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-11-20 10:39:37 +1100
commit2a4057e0427e0a215ed8b607f98271e102d045d4 (patch)
treed8957ef04c9d72147f2d02ea0e7414ab412774b0 /doc
parent66fac9fbadae529349f00172760688cf3caeb64d (diff)
downloadtor-2a4057e0427e0a215ed8b607f98271e102d045d4.tar.gz
tor-2a4057e0427e0a215ed8b607f98271e102d045d4.zip
man update: ExitPolicyRejectPrivate outbound and port addresses
ExitPolicyRejectPrivate now rejects addresses configured via OutboundBindAddress and any port options, such as ORPort and DirPort.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 38240471b4..aba0c1c396 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1571,7 +1571,7 @@ is non-zero):
used with accept6/reject6.) +
+
Private addresses are rejected by default (at the beginning of your exit
- policy), along with the configured primary public IPv4 and IPv6 addresses,
+ policy), along with any configured primary public IPv4 and IPv6 addresses,
and any public IPv4 and IPv6 addresses on any interface on the relay.
These private addresses are rejected unless you set the
ExitPolicyRejectPrivate config option to 0. For example, once you've done
@@ -1609,10 +1609,13 @@ is non-zero):
IPv4 and IPv6 addresses.
[[ExitPolicyRejectPrivate]] **ExitPolicyRejectPrivate** **0**|**1**::
- Reject all private (local) networks, along with your own configured public
- IPv4 and IPv6 addresses, at the beginning of your exit policy. Also reject
- any public IPv4 and IPv6 addresses on any interface on the relay. (If
- IPv6Exit is not set, all IPv6 addresses will be rejected anyway.)
+ Reject all private (local) networks, along with any configured public
+ IPv4 and IPv6 addresses, at the beginning of your exit policy. (This
+ includes the IPv4 and IPv6 addresses advertised by the relay, any
+ OutboundBindAddress, and the bind addresses of any port options, such as
+ ORPort and DirPort.) This also rejects any public IPv4 and IPv6 addresses
+ on any interface on the relay. (If IPv6Exit is not set, all IPv6 addresses
+ will be rejected anyway.)
See above entry on ExitPolicy.
(Default: 1)