# Here is an example (fictitious) geoip cache as generated by httpfilehits. # It's simply a Python dictionary. # Information is filled-in if it is available at the time of the first lookup. # This cache greatly speeds up log processing. # You could add your own info here if you wanted, and maybe purge the cache now and then. {'34.26.117.83': {'country_code': '', 'country_name': '', 'latitude': '', 'locality': '', 'longitude': '', 'region': ''}, '11.172.199.73': {'country_code': 'AU', 'country_name': 'AUSTRALIA', 'latitude': '-34', 'locality': 'Sydney', 'longitude': '151', 'region': ''}, '172.125.26.158': {'country_code': 'LK', 'country_name': 'SRI LANKA', 'latitude': '6.8333', 'locality': 'Mount Lavinia', 'longitude': '79.8667', 'region': ''}, '62.160.74.131': {'country_code': 'CA', 'country_name': 'CANADA', 'latitude': '43.65', 'locality': 'TORONTO', 'longitude': '-79.3833', 'region': 'ON'}, '79.232.62.194': {'country_code': 'US', 'country_name': 'UNITED STATES', 'latitude': '32.7942', 'locality': 'Dallas', 'longitude': '-96.7653', 'region': 'TX'}}