X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/3ae1b9ced56bf0d061f7c63ce79d1ce4a3c90e50..4555a101cb2a75e8d1d3045a323b72c59f792046:/src/osmfoundation.js diff --git a/src/osmfoundation.js b/src/osmfoundation.js index 4e3c624..4054907 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -40,6 +40,16 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), ] }), + SPF_BUILDER({ + label: "wiki", + parts: [ + "v=spf1", + "ip4:184.104.226.98", // fafnir ipv4 + "ip6:2001:470:1:b3b::2", // fafnir ipv6 + "-all" + ] + }), + // Apple Business Manager verification TXT("@", "apple-domain-verification=ZzBG2msRtUDehTMW"), @@ -71,7 +81,8 @@ 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