From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: location@lists.ipfire.org Subject: [PATCH] location-importer: Add missing area code for AWS Date: Sat, 17 Feb 2024 22:39:00 +0000 Message-ID: <1485d6ba-8d7f-4c03-b5d2-ba2931f3c1fb@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1972986610701704719==" List-Id: --===============1972986610701704719== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable It is unclear what exactly "eusc" refers to ("EU Secure Cloud", maybe?), but according to RIPE database records for IPv6 networks involved, this area code physically traces back to Germany, likely Berlin instead of Frankfurt. Signed-off-by: Peter M=C3=BCller --- src/scripts/location-importer.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer= .in index 28a4f6c..2be4887 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -1603,6 +1603,7 @@ class CLI(object): "eu-south-2": "ES", "eu-west-3": "FR", "eu-north-1": "SE", + "eusc-de-east-1", "DE", # XXX: Undocumented, likely located in Berlin ra= ther than Frankfurt "il-central-1": "IL", # XXX: This one is not documented anywhere except = for ip-ranges.json itself "me-central-1": "AE", "me-south-1": "BH", --=20 2.35.3 --===============1972986610701704719==--