| commit | f2c8704fd08a2dc1c8a868ef7d9cde0c05c46916 | [log] [tgz] | 
|---|---|---|
| author | Ruslan Ermilov <ru@nginx.com> | Wed Dec 26 05:03:51 2012 +0000 | 
| committer | Ruslan Ermilov <ru@nginx.com> | Wed Dec 26 05:03:51 2012 +0000 | 
| tree | 3e0fe6c535f70ece1b880fe208d6517f2dafa87f | |
| parent | 592bd8d273e5e12ce3d87eaa2e5a90a156e725ac [diff] | 
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.