]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
geoip-functions.pl: Remove non existing country codes.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 3 Jun 2020 17:15:43 +0000 (19:15 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 3 Jun 2020 17:15:43 +0000 (19:15 +0200)
o1 (Other country) and yu (Yugoslavia) have been used in the past
and are not part of libloc and therefore cannot be used anymore.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/geoip-functions.pl

index aaabd6f069eaf0155e75248649016964d7d7771c..42541b1583d638f43809febab977a7759bda65b4 100644 (file)
@@ -35,9 +35,7 @@ my %not_iso_3166_location = (
        "an" => "Netherlands Antilles",
        "ap" => "Asia/Pacific Region",
        "eu" => "Europe",
-       "fx" => "France, Metropolitan",
-       "o1" => "Other Country",
-       "yu" => "Yugoslavia"
+       "fx" => "France, Metropolitan"
 );
 
 # Directory where the libloc database and keyfile lives.