]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
location-importer: Add missing area code for AWS
authorPeter Müller <peter.mueller@ipfire.org>
Sat, 17 Feb 2024 22:39:00 +0000 (22:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Feb 2024 10:10:47 +0000 (10:10 +0000)
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üller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/location-importer.in

index 28a4f6c18c1d0b8cbd1f10b6bf8b5384a20650c7..2be488706730911b81ad4a74ac80699afd345cae 100644 (file)
@@ -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 rather 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",