From: Stefan Schantl Date: Wed, 3 Jun 2020 17:15:43 +0000 (+0200) Subject: geoip-functions.pl: Remove non existing country codes. X-Git-Tag: v2.25-core148~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=decef80c7eb623e9925ac83130c03aa20a130048;p=ipfire-2.x.git geoip-functions.pl: Remove non existing country codes. 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 --- diff --git a/config/cfgroot/geoip-functions.pl b/config/cfgroot/geoip-functions.pl index aaabd6f069..42541b1583 100644 --- a/config/cfgroot/geoip-functions.pl +++ b/config/cfgroot/geoip-functions.pl @@ -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.