From 3ae1b9ced56bf0d061f7c63ce79d1ce4a3c90e50 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 19 Dec 2022 10:56:00 +0000 Subject: [PATCH] Add fafnir to additional SPF records --- src/osmfoundation.js | 2 ++ src/stateofthemap.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/osmfoundation.js b/src/osmfoundation.js index eef436d..4e3c624 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -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" ] }), diff --git a/src/stateofthemap.js b/src/stateofthemap.js index 6924c62..79021c4 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -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" ] }), -- 2.39.5