Module: Dap::Filter::GeoIPLibrary
- Included in:
- FilterGeoIP, FilterGeoIPAsn, FilterGeoIPOrg
- Defined in:
- lib/dap/filter/geoip.rb
Constant Summary collapse
- GEOIP_DIRS =
[ File.( File.join( File.dirname(__FILE__), "..", "..", "..", "data")), "/var/lib/geoip" ]
- GEOIP_CITY =
%W{ geoip.dat geoip_city.dat GeoCity.dat IP_V4_CITY.dat GeoCityLite.dat }
- GEOIP_ORGS =
%W{ geoip_org.dat IP_V4_ORG.dat }
- GEOIP_ASN =
%W{ GeoIPASNum.dat }
- @@geo_city =
nil
- @@geo_orgs =
nil
- @@geo_asn =
nil