From: Fabian Keil Date: Fri, 17 Apr 2009 11:42:07 +0000 (+0000) Subject: Fix IPv4-mapped IPv6 prefix. Patch by Petr Pisar. X-Git-Tag: v_3_0_13~118 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=cb55b61769015017aa64c553daecc52b6a070888 Fix IPv4-mapped IPv6 prefix. Patch by Petr Pisar. --- diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index fdec02bb..c2fd53a6 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.46 2009/04/17 11:31:48 fabiankeil Exp $ + $Id: p-config.sgml,v 2.47 2009/04/17 11:40:48 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -95,7 +95,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.46 2009/04/17 11:31:48 fabiankeil Exp $ + $Id: p-config.sgml,v 2.47 2009/04/17 11:40:48 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ @@ -1712,7 +1712,7 @@ ACLs: permit-access and deny-access Some systems allows IPv4 client to connect to IPv6 server socket. Then the client's IPv4 address will be translated by system into - IPv6 address space with special prefix ::ffff/96 (so called IPv4 + IPv6 address space with special prefix ::ffff:0:0/96 (so called IPv4 mapped IPv6 address). Privoxy can handle it and maps such ACL addresses automatically.