From bfb40b53161c6362497162cb09302668a5813ce1 Mon Sep 17 00:00:00 2001 From: trick77 Date: Wed, 8 Dec 2021 16:36:43 +0100 Subject: [PATCH] Update README.md --- README.md | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f80b363a..07d5a57d 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,49 @@ To download the delegated IPv6 subnets for Switzerland, try: ```$ curl https://raw.githubusercontent.com/ipverse/rir-ip/master/country/ch/ipv6-aggregated.txt``` The subnet lists (IPv4 + IPv6 combined) are available in JSON format as well: -```$ curl https://raw.githubusercontent.com/ipverse/rir-ip/master/country/ch/aggregated.json``` +```$ curl https://raw.githubusercontent.com/ipverse/rir-ip/master/country/tl/aggregated.json``` + +The resulting JSON will look similar to this: +```{ + "country": "Timor-Leste", + "countryCode": "TL", + "delegationStatus": [ + "allocated", + "assigned" + ], + "mode": "aggregated", + "subnets": { + "ipv4": [ + "43.254.56.0/22", + "45.115.72.0/22", + "59.153.132.0/22", + "103.26.95.0/24", + "103.30.112.0/22", + "103.55.48.0/22", + "103.99.26.0/24", + "103.99.164.0/22", + "103.112.36.0/22", + "103.143.164.0/23", + "103.148.184.0/23", + "103.175.148.0/24", + "103.176.12.0/23", + "103.176.215.0/24", + "103.198.176.0/22", + "103.208.36.0/22", + "103.238.116.0/22", + "150.242.108.0/22", + "180.189.160.0/20" + ], + "ipv6": [ + "2001:df0:840::/48", + "2001:df0:7a00::/48", + "2001:df0:f980::/48", + "2001:df7:f980::/48", + "2401:4b80::/32", + "2402:d080::/32", + "2405:1f00::/32", + "2405:d540::/32", + "2407:f2c0::/32" + ] + } +}```