public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] location-importer.in: Add country code for AWS's "il-central-1" zone
@ 2022-02-11  9:57 Peter Müller
  2022-02-11 10:44 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2022-02-11  9:57 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 701 bytes --]

Reported-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 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"
-- 
2.34.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] location-importer.in: Add country code for AWS's "il-central-1" zone
  2022-02-11  9:57 [PATCH] location-importer.in: Add country code for AWS's "il-central-1" zone Peter Müller
@ 2022-02-11 10:44 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2022-02-11 10:44 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 832 bytes --]

Thank you.

> On 11 Feb 2022, at 09:57, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> Reported-by: Michael Tremer <michael.tremer(a)ipfire.org>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> 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"
> -- 
> 2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-11 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11  9:57 [PATCH] location-importer.in: Add country code for AWS's "il-central-1" zone Peter Müller
2022-02-11 10:44 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox