]> git.openstreetmap.org Git - dns.git/commitdiff
Remove accidential duplicates
authorGrant Slater <github@firefishy.com>
Thu, 3 Oct 2024 03:39:05 +0000 (04:39 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 3 Oct 2024 03:39:05 +0000 (04:39 +0100)
src/openstreetmap.js

index 60aea793e0810d75e6c4bc9c0048dbcdf92898c1..278fcd46124a3137ea858e545443bc3bba42de76 100644 (file)
@@ -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"),