From: rl1987 Date: Sun, 31 Aug 2014 11:09:06 +0000 (+0300) Subject: Documenting reject6 and accept6 ExitPolicy entries in manpage. X-Git-Tag: tor-0.2.5.7-rc~12^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcb4ee5b83b69234ef8fd0fce8533ab1c4434bd9;p=thirdparty%2Ftor.git Documenting reject6 and accept6 ExitPolicy entries in manpage. --- diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 04d13fbfbc..8d51f6e3c2 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1492,6 +1492,11 @@ is non-zero): may also allow connections to your own computer that are addressed to its 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. +