Skip to content

Commit 6eeb21d

Browse files
authored
geoblock: update csv list url (#2691)
Signed-off-by: Simon L. <[email protected]>
1 parent 57b53be commit 6eeb21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/geoblock.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ fi
131131
if [[ "$choice" = *"Countries"* ]]
132132
then
133133
# Download csv file
134-
if ! curl_to_dir "https://dev.maxmind.com/csv-files/codes" "iso3166.csv" "$SCRIPTS"
134+
if ! curl_to_dir "https://dev.maxmind.com/static/csv/codes" "iso3166.csv" "$SCRIPTS"
135135
then
136136
msg_box "Could not download the iso3166.csv file.
137137
Please report this to $ISSUES"

0 commit comments

Comments
 (0)