summaryrefslogtreecommitdiff
path: root/src/config/geoip
AgeCommit message (Collapse)Author
2018-03-13Update geoip and geoip6 to the March 8 2018 database.Karsten Loesing
2018-02-08Update geoip and geoip6 to the February 7 2018 database.Karsten Loesing
2018-01-08Update geoip and geoip6 to the January 5 2018 database.Karsten Loesing
2017-12-20Update geoip and geoip6 to the December 6 2017 database.Karsten Loesing
2017-11-10Update geoip and geoip6 to the November 6 2017 database.Karsten Loesing
2017-10-05Update geoip and geoip6 to the October 4 2017 database.Karsten Loesing
2017-09-07Update geoip and geoip6 to the September 6 2017 database.Karsten Loesing
2017-08-03Update geoip and geoip6 to the August 3 2017 database.Karsten Loesing
2017-07-07Update geoip and geoip6 to the July 4 2017 database.Karsten Loesing
2017-06-09Update geoip and geoip6 to the June 8 2017 database.Karsten Loesing
2017-05-08Update geoip and geoip6 to the May 2 2017 database.Karsten Loesing
2017-04-06Update geoip and geoip6 to the April 4 2017 database.Karsten Loesing
2017-03-08Update geoip and geoip6 to the March 7 2017 database.Karsten Loesing
2017-02-12Update geoip and geoip6 to the February 8 2017 database.Karsten Loesing
2017-01-04Update geoip and geoip6 to the January 4 2017 database.Karsten Loesing
2016-12-09Update geoip and geoip6 to the December 7 2016 database.Karsten Loesing
2016-11-07Update geoip and geoip6 to the November 3 2016 database.Karsten Loesing
2016-10-05Update geoip and geoip6 to the October 6 2016 database.Karsten Loesing
2016-09-07Update geoip and geoip6 to the September 6 2016 database.Karsten Loesing
2016-08-12Update geoip and geoip6 to the August 2 2016 database.Karsten Loesing
2016-07-18Update geoip and geoip6 to the July 6 2016 database.Karsten Loesing
2016-06-12Update geoip and geoip6 to the June 7 2016 database.Karsten Loesing
2016-05-09Update geoip and geoip6 to the May 4 2016 database.Karsten Loesing
2016-04-07Update geoip and geoip6 to the April 5 2016 database.Karsten Loesing
2016-03-04Update geoip and geoip6 to the March 3 2016 database.Karsten Loesing
2016-02-04Update geoip and geoip6 to the February 2 2016 database.Karsten Loesing
2016-01-07Update geoip and geoip6 to the January 5 2016 database.Karsten Loesing
2015-12-05Update geoip and geoip6 to the December 1 2015 database.Karsten Loesing
2015-10-09Update geoip and geoip6 to the October 9 2015 database.Karsten Loesing
2015-09-24Update geoip and geoip6 to the September 3 2015 database.Karsten Loesing
2015-07-29Update geoip and geoip6 to the July 8 2015 database.Karsten Loesing
2015-06-09Update geoip to the June 3 2015 database.maint-0.2.3Karsten Loesing
2015-04-24Update geoip to the April 8 2015 database.Karsten Loesing
2015-03-09Update geoip to the March 3 2015 database.Karsten Loesing
2015-01-22Update geoip to the January 7 2015 database.Karsten Loesing
2014-11-24Update geoip to the November 15 2014 database.Karsten Loesing
2014-08-13Update geoip to the August 7 2014 database.Karsten Loesing
2014-07-18Update geoip to the July 10 2014 database.Karsten Loesing
2014-06-10Update geoip to the June 4 2014 database.Karsten Loesing
2014-02-25Fix geoip by falling back to registered countries.Karsten Loesing
See 1d2179bc900f1646a5491b65294e78b175e70056 in master for details. """ Fall back to registered country if necessary. When extracting geoip and geoip6 files from MaxMind's GeoLite2 Country database, we only look at country->iso_code which is the two-character ISO 3166-1 country code of the country where MaxMind believes the end user is located. But if MaxMind thinks a range belongs to anonymous proxies, they don't put anything there. Hence, we omit those ranges and resolve them all to '??'. That's not what we want. What we should do is first try country->iso_code, and if there's no such key, try registered_country->iso_code which is the country in which the ISP has registered the IP address. In short: let's fill all A1 entries with what ARIN et. al think. """
2014-02-08Update to the February 2014 GeoIP database.Karsten Loesing
2013-10-11Update to the October 2013 GeoIP database.maint-0.2.2Karsten Loesing
2013-09-10Update to the September 2013 GeoIP database.Karsten Loesing
2013-08-12Update to the August 2013 GeoIP database.Karsten Loesing
2013-07-08Update to the July 2013 GeoIP database.Karsten Loesing
2013-06-05Update to the June 2013 GeoIP database.Karsten Loesing
2013-05-13Update to the May 2013 GeoIP database.Karsten Loesing
2013-04-08Update to the April 2013 GeoIP database.Karsten Loesing
2013-03-07Update to the March 2013 GeoIP database.Karsten Loesing
2013-02-08Update to the February 2013 GeoIP database.Karsten Loesing