]> git.openstreetmap.org Git - dns.git/blobdiff - src/switch2osm.js
Add reverse DNS zones for Equinix addresses in Dublin
[dns.git] / src / switch2osm.js
index 26097f22fcc83d4af2da697986c1e42e21cc11eb..339a4f1a22d05f2a08e17ad1b6af8734e20f4fc6 100644 (file)
@@ -26,10 +26,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Main web server and it's aliases
 
-  A("@", NAGA_IPV4),
-  AAAA("@", NAGA_IPV6),
-  A("www", NAGA_IPV4),
-  AAAA("www", NAGA_IPV6),
+  A("@", NAGA_IPV4_HE),
+  AAAA("@", NAGA_IPV6_HE),
+  A("www", NAGA_IPV4_HE),
+  AAAA("www", NAGA_IPV6_HE),
 
   // HTTPS / SVCB records
   HTTPS("@", 1, ".", "alpn=h2"),