* [PATCH] location-importer: Add missing area code for AWS
@ 2024-02-17 22:39 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2024-02-17 22:39 UTC (permalink / raw)
To: location
[-- Attachment #1: Type: text/plain, Size: 953 bytes --]
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(a)ipfire.org>
---
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 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",
--
2.35.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-17 22:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-17 22:39 [PATCH] location-importer: Add missing area code for AWS Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox