diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-15 21:00:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-15 21:00:54 -0400 |
| commit | fcd8a3171b4fece8400f7e0b6796d6918b1aec43 (patch) | |
| tree | 30b31aaa0bbed3b6a8c9102c5ff27f38da2196de | |
| parent | dd392eaab24fa627a4f1ab2cd6c13913fbd102fc (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 1d733118..83839489 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 |
