diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-31 12:59:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-31 12:59:11 -0400 |
| commit | 5374708b6c210a21d51f73e834fa0142a5b84b44 (patch) | |
| tree | 13b8d373fe1fd505304331376063eda3584b18fa | |
| parent | 95cdedc0985f98de7cd5ab0384a857053b023491 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 9ef7acee..65256364 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -453,7 +453,7 @@ myDnsPrimary domain extras = Dns.primary hosts domain , (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 ip4:66.228.36.95 -all") + , (RootDomain, TXT "v=spf1 a:kitenet.net -all") ] ++ extras |
