mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user