summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"