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/8871e8ca47f806db05cf82b77f85429689359f04 Add wiki.osmfoundation.org SPF records as a test --- diff --git a/src/osmfoundation.js b/src/osmfoundation.js index a58e0b8..7314524 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -45,6 +45,21 @@ 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 + "ip4:193.60.236.0/24", // ucl external + "ip4:130.117.76.0/27", // amsterdam external + "ip6:2001:978:2:2C::172:0/112", // amsterdam external + "ip4:184.104.226.96/27", // dublin external + "ip6:2001:470:1:b3b::/64", // dublin external + "-all" + ] + }), + // Apple Business Manager verification TXT("@", "apple-domain-verification=ZzBG2msRtUDehTMW"),