diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2022-08-27 20:40:48 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2022-08-27 20:42:14 +0000 |
commit | 82cd30614e70744ea591ea0f1a0ac6e84bea4932 (patch) | |
tree | 32e5f6991d68dcccadf9e481b1ed750b1b691502 | |
parent | 31bb1d62659e9e43a7c79e988899349244d3374d (diff) | |
download | dns-82cd30614e70744ea591ea0f1a0ac6e84bea4932.tar.xz |
Add Google to SPF policy
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | kyriasis.com.zone | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index a2c5684..ba5b9ea 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -99,8 +99,8 @@ lists MX 0 theos lucifer MX 0 lucifer ;; SPF <http://tools.ietf.org/html/rfc4408> -@ TXT "v=spf1 a mx ip4:178.79.157.58 ip6:2a01:7e00::f03c:91ff:fe69:1787 ~all" -@ SPF "v=spf1 a mx ip4:178.79.157.58 ip6:2a01:7e00::f03c:91ff:fe69:1787 ~all" +@ TXT "v=spf1 a mx ip4:178.79.157.58 ip6:2a01:7e00::f03c:91ff:fe69:1787 include:_spf.google.com ~all" +@ SPF "v=spf1 a mx ip4:178.79.157.58 ip6:2a01:7e00::f03c:91ff:fe69:1787 include:_spf.google.com ~all" theos SPF "v=spf1 a mx ~all" theos TXT "v=spf1 a mx ~all" lucifer SPF "v=spf1 a mx ~all" |