From: Grant Slater Date: Fri, 17 Feb 2023 21:26:37 +0000 (+0000) Subject: Add wiki.osmfoundation.org SPF records as a test X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/4555a101cb2a75e8d1d3045a323b72c59f792046 Add wiki.osmfoundation.org SPF records as a test --- diff --git a/src/osmfoundation.js b/src/osmfoundation.js index d842885..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"),