Closed akozlovets098 closed 5 months ago
There are a few rules that are still using from panther_oss_helpers import geoinfo_from_ip which performs lookups directly against the IPinfo URL, causing 429 errors. We should be using from panther_ipinfo_helpers import geoinfo_from_ip
geoinfo_from_ip
Background
There are a few rules that are still using from panther_oss_helpers import geoinfo_from_ip which performs lookups directly against the IPinfo URL, causing 429 errors. We should be using from panther_ipinfo_helpers import geoinfo_from_ip
Changes
geoinfo_from_ip
with new version