From fcd8a3171b4fece8400f7e0b6796d6918b1aec43 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Jan 2015 21:00:54 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index 1d73311..8383948 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -457,8 +457,7 @@ myDnsPrimary dnssec domain extras = (if dnssec then Dns.signedPrimary (Weekly No , (RootDomain, NS $ AbsDomain "ns4.kitenet.net") , (RootDomain, NS $ AbsDomain "ns6.gandi.net") , (RootDomain, MX 0 $ AbsDomain "kitenet.net") - -- SPF only allows IP address of kitenet.net to send mail. - , (RootDomain, TXT "v=spf1 a:kitenet.net -all") + , (RootDomain, TXT "v=spf1 a a:kitenet.net ~all") , JoeySites.domainKey ] ++ extras