diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 18:06:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 18:06:37 -0400 |
| commit | d7a50a960b465430c3ec8352c8ebef0d44af2e44 (patch) | |
| tree | 5b5176b92e44196f3329c2eb69329cdc2e48f2df | |
| parent | e27df9de2446503a1496661a71a75824f8e3c458 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
