From 45eac8f1fa1d5672f6297306b4109aba18597d7a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 13 Feb 2023 08:31:49 +0000 Subject: [PATCH] Drop DNS for non-existent 2014.stateofthemap --- src/stateofthemap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stateofthemap.js b/src/stateofthemap.js index 97f11fd..b9a4a0f 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -62,7 +62,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), AAAA("2017", NAGA_IPV6, TTL("10m")), A("2016", NAGA_IPV4, TTL("10m")), AAAA("2016", NAGA_IPV6, TTL("10m")), - A("2014", RIDLEY_IPV4, TTL("10m")), A("2013", NAGA_IPV4, TTL("10m")), AAAA("2013", NAGA_IPV6, TTL("10m")), A("2012", RIDLEY_IPV4, TTL("10m")), -- 2.39.5