commit dcb4ee5b83b69234ef8fd0fce8533ab1c4434bd9 Author: rl1987 rl1987@sdf.lonestar.org Date: Sun Aug 31 14:09:06 2014 +0300
Documenting reject6 and accept6 ExitPolicy entries in manpage. --- doc/tor.1.txt | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 04d13fb..8d51f6e 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1493,6 +1493,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. + +
tor-commits@lists.torproject.org