]> git.openstreetmap.org Git - dns.git/commitdiff
Add wiki.osmfoundation.org SPF records as a test
authorGrant Slater <github@firefishy.com>
Fri, 17 Feb 2023 21:26:37 +0000 (21:26 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 17 Feb 2023 21:26:37 +0000 (21:26 +0000)
src/osmfoundation.js

index d842885d2b9620813598690b0afdc1ea574627e5..4054907250379c7a1104954138b5e6643597e6f5 100644 (file)
@@ -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"),