aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-02 19:00:00 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-02 19:00:00 -0400
commitd19cbf3ab17a5afcbe0e94a16686e9ff9129dbfc (patch)
tree956a3ec5218fc706fafb940c67da187f9fb40cd5 /doc
parent962765a35de4a069aba58e9cf6edb726ca22b98e (diff)
parentdcb4ee5b83b69234ef8fd0fce8533ab1c4434bd9 (diff)
downloadtor-d19cbf3ab17a5afcbe0e94a16686e9ff9129dbfc.tar.gz
tor-d19cbf3ab17a5afcbe0e94a16686e9ff9129dbfc.zip
Merge remote-tracking branch 'origin/maint-0.2.5'
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index ce42a9bed9..a997bc3ad0 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1497,6 +1497,11 @@ is non-zero):
public (external) IP address. See RFC 1918 and RFC 3330 for more details
about internal and reserved IP address space. +
+
+ Tor also allow IPv6 exit policy entries. For instance, "reject6 [FC00::]/7:*"
+ rejects all destinations that share 7 most significant bit prefix with
+ address FC00::. Respectively, "accept6 [C000::]/3:*" accepts all destinations
+ that share 3 most significant bit prefix with address C000::. +
+ +
This directive can be specified multiple times so you don't have to put it
all on one line. +
+