소스 검색

Merge remote-tracking branch 'origin/maint-0.2.5'

Nick Mathewson 9 년 전
부모
커밋
d19cbf3ab1
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      doc/tor.1.txt

+ 5 - 0
doc/tor.1.txt

@@ -1496,6 +1496,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. +