]> git.openstreetmap.org Git - dns.git/blobdiff - src/osmfoundation.js
Drop DNS for non-existent 2014.stateofthemap
[dns.git] / src / osmfoundation.js
index 6acfe84f7e9e9b17b502c480e09cfdaffe328681..d842885d2b9620813598690b0afdc1ea574627e5 100644 (file)
@@ -34,6 +34,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
       "include:_spf.google.com",  // Google GSuite
       "ip4:212.110.172.32",       // shenron ipv4
       "ip6:2001:41c9:1:400::32",  // shenron ipv6
+      "ip4:184.104.226.98",       // fafnir ipv4
+      "ip6:2001:470:1:b3b::2",    // fafnir ipv6
       "-all"
     ]
   }),
@@ -69,12 +71,13 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   A("board", RIDLEY_IPV4),
   A("dwg", RIDLEY_IPV4),
   A("mwg", RIDLEY_IPV4),
-  A("operations", RIDLEY_IPV4),
+  A("operations", NAGA_IPV4),
+  AAAA("operations", NAGA_IPV6),
 
   // Nextcloud instance
 
   CNAME("files", "nextcloud-openstreetmapfoundation.cloud68.systems."),
 
-  A("hardware", SAREL_IPV4)
+  A("hardware", IDRIS_IPV4)
 
 );