X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/07871395ef7dfb7cce79c1b97457db4c68c59b7d..a8e6a7bb915f1f4de3b4c8598087b483933fe175:/src/switch2osm.js diff --git a/src/switch2osm.js b/src/switch2osm.js index 70e2775..e6763c7 100644 --- a/src/switch2osm.js +++ b/src/switch2osm.js @@ -4,7 +4,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), CAA_BUILDER({ label: "@", - ttl: "1h", iodef: "mailto:hostmaster@openstreetmap.org", issue: [ "letsencrypt.org", @@ -18,7 +17,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), SPF_BUILDER({ label: "@", - ttl: "1h", parts: [ "v=spf1", "include:openstreetmap.org", // main openstreetmap.org spf record @@ -28,7 +26,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Main web server and it's aliases - A("@", RIDLEY_IPV4, TTL("10m")), - A("www", RIDLEY_IPV4, TTL("10m")) + A("@", NAGA_IPV4), + AAAA("@", NAGA_IPV6), + A("www", NAGA_IPV4), + AAAA("www", NAGA_IPV6) );