haraka / haraka-net-utils

haraka network utilities
https://www.npmjs.com/package/haraka-net-utils
MIT License
2 stars 13 forks source link

no GeoIP results for local_ip #41

Closed lnedry closed 5 years ago

lnedry commented 5 years ago

After upgrading to the Haraka 2.8.24, haraka-plugin-geoip is now logging this error, "no GeoIP results for local_ip!" I tracked it down to get_geoip() which calls net_utils.is_private_ip(), which calls net_utils.is_local_ip(), which returns true for my server's public IP address.