You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GeoIP curl command to download the database wasn't working for me at all.
I did some looking and found the solution. Looking here the curl command has to look like curl -O -J -L -u YOUR_ACCOUNT_ID:YOUR_LICENSE_KEY 'https://download.maxmind.com/geoip/databases/GeoLite2-Country/download?suffix=tar.gz' -o GeoLite2-Country.tar.gz
With your account_id being available at MaxMind, Login click the "My Account" button at the top and "Account ID" will be in the drop down.
This allowed me to curl the database properly, hope this helps.
The text was updated successfully, but these errors were encountered:
The GeoIP curl command to download the database wasn't working for me at all.
I did some looking and found the solution. Looking here the curl command has to look like
curl -O -J -L -u YOUR_ACCOUNT_ID:YOUR_LICENSE_KEY 'https://download.maxmind.com/geoip/databases/GeoLite2-Country/download?suffix=tar.gz' -o GeoLite2-Country.tar.gz
With your account_id being available at MaxMind, Login click the "My Account" button at the top and "Account ID" will be in the drop down.
This allowed me to curl the database properly, hope this helps.
The text was updated successfully, but these errors were encountered: