1Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
2See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
3
4The data data files in this directory are sample GeoIP databases,
5generated from the corresponding CSV files. Thanks to MaxMind, Inc.
6for assistance with producing these files.
7
8Unless otherwise noted, the databases only support IPv4:
9
10GeoIP.dat: Country (IPv4)
11GeoIPv6.dat: Country (IPv6)
12GeoIPCity.dat: City (IPv4)
13GeoIPCityv6.dat: City (IPv6)
14GeoIPRegion.dat: Region
15GeoIPISP.dat: ISP
16GeoIPOrg.dat: Organization
17GeoIPDoain.dat: Domain Name
18GeoIPASNum.dat: AS Number
19GeoIPNetSpeed.dat: Net Speed
20
21GeoIP.dat can also be generated using the open source 'geoip-csv-to-dat'
22utility:
23
24$ geoip-csv-to-dat -i "BIND9 geoip test data v1" -o GeoIP.dat << EOF
25"10.53.0.1","10.53.0.1","171245569","171245569","AU","Australia"
26"10.53.0.2","10.53.0.2","171245570","171245570","US","United States"
27"10.53.0.3","10.53.0.3","171245571","171245571","GB","United Kingdom"
28"10.53.0.4","10.53.0.4","171245572","171245572","CA","Canada"
29"10.53.0.5","10.53.0.5","171245573","171245573","CL","Chile"
30"10.53.0.6","10.53.0.6","171245574","171245574","DE","Germany"
31"10.53.0.7","10.53.0.7","171245575","171245575","EH","Western Sahara"
32EOF
33