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