diff xml/en/docs/http/ngx_http_geoip_module.xml @ 824:c66610f9a53f

GeoIP: IPv6 support.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 28 Jan 2013 12:32:46 +0400
parents 3cc1c7bb0674
children 1a6cb3e282fe
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_geoip_module.xml	Mon Jan 28 12:29:41 2013 +0400
+++ b/xml/en/docs/http/ngx_http_geoip_module.xml	Mon Jan 28 12:32:46 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_geoip_module"
         link="/en/docs/http/ngx_http_geoip_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -21,6 +21,11 @@
 </para>
 
 <para>
+When using IPv6 databases (1.3.12),
+IPv4 addresses are looked up as IPv4-mapped IPv6 addresses.
+</para>
+
+<para>
 This module is not built by default, it should be enabled with the
 <literal>--with-http_geoip_module</literal>
 configuration parameter.