README revision d46855caedd5cb101795707f6f467fa363ef1448
1N/ACopyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
1N/ASee COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
1N/A
1N/AThe data data files in this directory are sample GeoIP databases,
1N/Agenerated from the corresponding CSV files. Thanks to MaxMind, Inc.
1N/Afor assistance with producing these files.
1N/A
1N/AUnless otherwise noted, the databases only support IPv4:
1N/A
1N/AGeoIP.dat: Country (IPv4)
1N/AGeoIPv6.dat: Country (IPv6)
1N/AGeoIPCity.dat: City (IPv4)
1N/AGeoIPCityv6.dat: City (IPv6)
1N/AGeoIPRegion.dat: Region
1N/AGeoIPISP.dat: ISP
1N/AGeoIPOrg.dat: Organization
1N/AGeoIPDoain.dat: Domain Name
1N/AGeoIPASNum.dat: AS Number
1N/AGeoIPNetSpeed.dat: Net Speed
1N/A
1N/AGeoIP.dat can also be egenerated using the open source 'geoip-csv-to-dat'
1N/Autility (also known in some packages as "geoip-generator"):
1N/A
1N/A$ geoip-csv-to-dat -i "BIND9 geoip test data v1" -o GeoIP.dat << EOF
1N/A"10.53.0.1","10.53.0.1","171245569","171245569","AU","Australia"
1N/A"10.53.0.2","10.53.0.2","171245570","171245570","US","United States"
1N/A"10.53.0.3","10.53.0.3","171245571","171245571","GB","United Kingdom"
1N/A"10.53.0.4","10.53.0.4","171245572","171245572","CA","Canada"
1N/A"10.53.0.5","10.53.0.5","171245573","171245573","CL","Chile"
1N/A"10.53.0.6","10.53.0.6","171245574","171245574","DE","Germany"
1N/A"10.53.0.7","10.53.0.7","171245575","171245575","EH","Western Sahara"
1N/A"192.0.2.0","192.0.2.255","3221225984","3221226239","O1","Other"
1N/AEOF
1N/A