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 <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2020-06-03 19:15:43 +02:00
parent 296af3b9ec
commit decef80c7e

View 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.