We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b53be commit 6eeb21dCopy full SHA for 6eeb21d
network/geoblock.sh
@@ -131,7 +131,7 @@ fi
131
if [[ "$choice" = *"Countries"* ]]
132
then
133
# Download csv file
134
- if ! curl_to_dir "https://dev.maxmind.com/csv-files/codes" "iso3166.csv" "$SCRIPTS"
+ if ! curl_to_dir "https://dev.maxmind.com/static/csv/codes" "iso3166.csv" "$SCRIPTS"
135
136
msg_box "Could not download the iso3166.csv file.
137
Please report this to $ISSUES"
0 commit comments