]> git.kaiwu.me - nginx.git/commit
Geo: made "default" affect both IPv4 and IPv6 when using prefixes.
authorRuslan Ermilov <ru@nginx.com>
Wed, 26 Dec 2012 05:03:51 +0000 (05:03 +0000)
committerRuslan Ermilov <ru@nginx.com>
Wed, 26 Dec 2012 05:03:51 +0000 (05:03 +0000)
commitf2c8704fd08a2dc1c8a868ef7d9cde0c05c46916
tree3e0fe6c535f70ece1b880fe208d6517f2dafa87f
parent592bd8d273e5e12ce3d87eaa2e5a90a156e725ac
Geo: made "default" affect both IPv4 and IPv6 when using prefixes.

Previously, "default" was equivalent to specifying 0.0.0.0/0, now
it's equivalent to specifying both 0.0.0.0/0 and ::/0 (if support
for IPv6 is enabled) with the same value.
src/http/modules/ngx_http_geo_module.c