diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-31 18:32:20 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-31 18:32:20 -0400 |
| commit | 7a2c0f6e3f27620c2dcf6a95e7a0f1c1f4f23f3e (patch) | |
| tree | 2f249083ddde9c00fb66226d36c59058a0c96311 | |
| parent | 7bca39ee7d07731b38f9b82bfc435dde3a81335f (diff) | |
| parent | 14c390972ded515803fc606867afb30bbd7c9560 (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | joeyconfig.hs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index fb5f2995..85d323c1 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.hasContent` + [ "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" |
