bind9/bin/tests/system/geoip/data
Evan Hunt d46855caed [master] ECS authoritative support
3936.	[func]		Added authoritative support for the EDNS Client
			Subnet (ECS) option.

			ACLs can now include "ecs" elements which specify
			an address or network prefix; if an ECS option is
			included in a DNS query, then the address encoded
			in the option will be matched against "ecs" ACL
			elements.

			Also, if an ECS address is included in a query,
			then it will be used instead of the client source
			address when matching "geoip" ACL elements.  This
			behavior can be overridden with "geoip-use-ecs no;".

			When "ecs" or "geoip" ACL elements are used to
			select a view for a query, the response will include
			an ECS option to indicate which client network the
			answer is valid for.

			(Thanks to Vincent Bernat.) [RT #36781]
2014-08-28 22:05:57 -07:00
..
GeoIP.csv [master] ECS authoritative support 2014-08-28 22:05:57 -07:00
GeoIP.dat [master] ECS authoritative support 2014-08-28 22:05:57 -07:00
GeoIPASNum.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPASNum.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPASNumv6.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPASNumv6.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPCity.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPCity.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPCityv6.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPCityv6.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPDomain.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPDomain.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPISP.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPISP.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPNetSpeed.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPNetSpeed.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPOrg.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPOrg.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPRegion.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPRegion.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPv6.csv [master] add geoip support 2013-02-27 17:19:39 -08:00
GeoIPv6.dat [master] add geoip support 2013-02-27 17:19:39 -08:00
README [master] ECS authoritative support 2014-08-28 22:05:57 -07:00

Copyright (C) 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.

The data data files in this directory are sample GeoIP databases,
generated from the corresponding CSV files.  Thanks to MaxMind, Inc.
for assistance with producing these files.

Unless otherwise noted, the databases only support IPv4:

GeoIP.dat: Country (IPv4)
GeoIPv6.dat: Country (IPv6)
GeoIPCity.dat: City (IPv4)
GeoIPCityv6.dat: City (IPv6)
GeoIPRegion.dat: Region
GeoIPISP.dat: ISP
GeoIPOrg.dat: Organization
GeoIPDoain.dat: Domain Name
GeoIPASNum.dat: AS Number
GeoIPNetSpeed.dat: Net Speed

GeoIP.dat can also be egenerated using the open source 'geoip-csv-to-dat'
utility (also known in some packages as "geoip-generator"):

$ geoip-csv-to-dat -i "BIND9 geoip test data v1" -o GeoIP.dat << EOF
"10.53.0.1","10.53.0.1","171245569","171245569","AU","Australia"
"10.53.0.2","10.53.0.2","171245570","171245570","US","United States"
"10.53.0.3","10.53.0.3","171245571","171245571","GB","United Kingdom"
"10.53.0.4","10.53.0.4","171245572","171245572","CA","Canada"
"10.53.0.5","10.53.0.5","171245573","171245573","CL","Chile"
"10.53.0.6","10.53.0.6","171245574","171245574","DE","Germany"
"10.53.0.7","10.53.0.7","171245575","171245575","EH","Western Sahara"
"192.0.2.0","192.0.2.255","3221225984","3221226239","O1","Other"
EOF