From 990d300df08d56bbc50f24ae98301c4e8d26d7c5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Aug 2017 18:56:59 -0400 Subject: propellor spin --- joeyconfig.hs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3