summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-08-28 18:56:59 -0400
committerJoey Hess2017-08-28 18:56:59 -0400
commit990d300df08d56bbc50f24ae98301c4e8d26d7c5 (patch)
treec11cc031ae67a8a0de4eaa1436e801ae53acee43 /joeyconfig.hs
parent03421d06b79dc4ab99586c79a002f19047a9ef4d (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs8
1 files changed, 7 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index fb5f2995..24436713 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -333,7 +333,13 @@ kite = host "kite.kitenet.net" $ props
& alias "ns4.branchable.com"
& branchableSecondary
& Dns.secondaryFor ["animx"] hosts "animx.eu.org"
-
+ -- Use its own name server (amoung other things this avoids
+ -- spamassassin URIBL_BLOCKED.
+ & "/etc/resolv.conf" `File.containsLines`
+ [ "nameserver 127.0.0.1"
+ , "domain kitenet.net"
+ , "search kitenet.net"
+ ]
& alias "debug-me.joeyh.name"
-- debug-me installed manually until package is available
& Systemd.enabled "debug-me"