location-importer: Add missing area code for AWS
Commit Message
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>
---
src/scripts/location-importer.in | 1 +
1 file changed, 1 insertion(+)
@@ -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",