From: Grant Slater Date: Fri, 17 Feb 2023 21:47:19 +0000 (+0000) Subject: Add other osmf wikis with SPF X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/45193b8c809c8164056fd3516b5839466b38a6d1 Add other osmf wikis with SPF --- diff --git a/src/osmfoundation.js b/src/osmfoundation.js index 4054907..b851dfb 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -50,6 +50,36 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), ] }), + SPF_BUILDER({ + label: "board", + parts: [ + "v=spf1", + "ip4:184.104.226.98", // fafnir ipv4 + "ip6:2001:470:1:b3b::2", // fafnir ipv6 + "-all" + ] + }), + + SPF_BUILDER({ + label: "dwg", + parts: [ + "v=spf1", + "ip4:184.104.226.98", // fafnir ipv4 + "ip6:2001:470:1:b3b::2", // fafnir ipv6 + "-all" + ] + }), + + SPF_BUILDER({ + label: "mwg", + 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"),