From 1f8bdef88ac59466b60f2fca25e51396c859e5bd Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 3 Oct 2024 04:39:05 +0100 Subject: [PATCH] Remove accidential duplicates --- src/openstreetmap.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/openstreetmap.js b/src/openstreetmap.js index 60aea79..278fcd4 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -726,13 +726,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), AAAA("communities", FUME_IPV6), AAAA("c", FUME_IPV6), - A("community", FUME_IPV4), - A("communities", FUME_IPV4), - A("c", FUME_IPV4), - AAAA("community", FUME_IPV6), - AAAA("communities", FUME_IPV6), - AAAA("c", FUME_IPV6), - // HTTPS / SVCB records HTTPS("community", 1, ".", "alpn=h2"), HTTPS("communities", 1, ".", "alpn=h2"), -- 2.39.5