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.in: Add country code for AWS's "il-central-1" zone Date: Fri, 11 Feb 2022 09:57:47 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6462297867595446208==" List-Id: --===============6462297867595446208== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reported-by: Michael Tremer Signed-off-by: Peter M=C3=BCller --- src/python/location-importer.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/location-importer.in b/src/python/location-importer.in index 118b0de..63f7be5 100644 --- a/src/python/location-importer.in +++ b/src/python/location-importer.in @@ -1228,6 +1228,7 @@ class CLI(object): "eu-south-2": "ES", "eu-west-3": "FR", "eu-north-1": "SE", + "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", "sa-east-1": "BR" --=20 2.34.1 --===============6462297867595446208==--