From d7a50a960b465430c3ec8352c8ebef0d44af2e44 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Jan 2015 18:06:37 -0400 Subject: propellor spin --- config-joey.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index d81a18c6..f5487c6c 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -442,13 +442,14 @@ branchableSecondary :: RevertableProperty branchableSecondary = Dns.secondaryFor ["branchable.com"] hosts "branchable.com" -- Currently using diatom (ns2) as primary with secondaries --- elephant (ns3) and gandi. +-- elephant (ns3), kite (ns4) and gandi. -- kite handles all mail. myDnsPrimary :: Bool -> Domain -> [(BindDomain, Record)] -> RevertableProperty myDnsPrimary dnssec domain extras = (if dnssec then Dns.signedPrimary (Weekly Nothing) else Dns.primary) hosts domain (Dns.mkSOA "ns2.kitenet.net" 100) $ [ (RootDomain, NS $ AbsDomain "ns2.kitenet.net") , (RootDomain, NS $ AbsDomain "ns3.kitenet.net") + , (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. -- cgit v1.2.3