summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-20 21:55:40 -0400
committerJoey Hess2014-04-20 21:55:40 -0400
commit3be3f3f6ef8bc69b145344dc2e28eab26af780c3 (patch)
tree16ceb20d74dee62e74873205bed954d3a0bb4e27 /config-joey.hs
parent45552ae3a6c388bee653d7158244710c06e43057 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs20
1 files changed, 20 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 98e8f6b6..4962f72e 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -133,6 +133,22 @@ hosts = -- (o) `
& alias "ns2.kitenet.net"
& myDnsSecondary
+ & Dns.primary hosts "joeyh.name"
+ (Dns.mkSOA "ns2.kitenet.net" 100)
+ [ (RootDomain, NS $ AbsDomain "ns2.kitenet.net")
+ , (RootDomain, NS $ AbsDomain "ns6.gandi.net")
+ , (RootDomain, NS $ AbsDomain "ns9.kitenet.net")
+ , (RootDomain, MX 0 $ AbsDomain "kitenet.net")
+ , (RootDomain, TXT "v=spf1 a mx ip4:80.68.85.49 ~all")
+ ]
+ & Dns.primary hosts "ikiwiki.info"
+ (Dns.mkSOA "ns2.kitenet.net" 100)
+ [ (RootDomain, NS $ AbsDomain "ns2.kitenet.net")
+ , (RootDomain, NS $ AbsDomain "ns6.gandi.net")
+ , (RootDomain, NS $ AbsDomain "ns9.kitenet.net")
+ , (RootDomain, MX 0 $ AbsDomain "kitenet.net")
+ , (RootDomain, TXT "v=spf1 a -all")
+ ]
& Dns.primary hosts "olduse.net"
(Dns.mkSOA "ns2.kitenet.net" 100)
[ (RootDomain, NS $ AbsDomain "ns2.kitenet.net")
@@ -301,4 +317,8 @@ monsters = -- but do want to track their public keys etc.
& alias "olduse.net"
& alias "www.olduse.net"
& alias "git.olduse.net"
+ & alias "joeyh.name"
+ & alias "campaign.joeyh.name"
+ & alias "ikiwiki.info"
+ & alias "l10n.ikiwiki.info"
]