-
- Downloads
Move GeoIP lookup into separate module... the returned object has the
following properties: Ip, Status, CountryCode, CountryName, RegionCode, RegionName, City, ZipPostalCode, Latitude, Longitude. Some values may be blank. If the secod argument is true, it only contains: Ip, Status, Countrycode, CountryName and is expected to be faster. Also, a lookup by IP is quitea bit faster than a lookup by hostname.
exec/load/geoip.js
0 → 100644
Please register or sign in to comment