]> git.openstreetmap.org Git - dns.git/commitdiff
Add fafnir to additional SPF records
authorGrant Slater <github@firefishy.com>
Mon, 19 Dec 2022 10:56:00 +0000 (10:56 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 19 Dec 2022 10:56:00 +0000 (10:56 +0000)
src/osmfoundation.js
src/stateofthemap.js

index eef436ddc8b1fa02d3c491c25240cb895044576f..4e3c624365abe8140a9c5924085e18c187ddd99d 100644 (file)
@@ -34,6 +34,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
       "include:_spf.google.com",  // Google GSuite
       "ip4:212.110.172.32",       // shenron ipv4
       "ip6:2001:41c9:1:400::32",  // shenron ipv6
+      "ip4:184.104.226.98",       // fafnir ipv4
+      "ip6:2001:470:1:b3b::2",    // fafnir ipv6
       "-all"
     ]
   }),
index 6924c62f77bd137f6c4c5503fff7d191beeaac63..79021c4e9eee5dbfc93421c8f11729e28f2da76e 100644 (file)
@@ -22,6 +22,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
       "include:_spf.google.com",  // Google GSuite
       "ip4:212.110.172.32",       // shenron ipv4
       "ip6:2001:41c9:1:400::32",  // shenron ipv6
+      "ip4:184.104.226.98",       // fafnir ipv4
+      "ip6:2001:470:1:b3b::2",    // fafnir ipv6
       "-all"
     ]
   }),