summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-07-11 15:39:38 -0400
committerJoey Hess2018-07-11 15:39:38 -0400
commit8e89ee3717c19e9b1703f47feb3fb81573a3845d (patch)
treef32d6e00b3505d5b6cfda04ec06e6e36a92c809f /joeyconfig.hs
parent2dab3f98bf52df5787ec5c4761a17c2aa9591142 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 7b87bdda..ffbe957b 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -112,6 +112,14 @@ clam = host "clam.kitenet.net" $ props
& Tor.isRelay
& Tor.named "kite1"
& Tor.bandwidthRate (Tor.PerMonth "400 GB")
+
+ & "/etc/resolv.conf" `File.hasContent`
+ [ "nameserver 8.8.8.8"
+ , "nameserver 8.8.4.4"
+ , "nameserver 1.1.1.1"
+ , "domain kitenet.net"
+ , "search kitenet.net"
+ ]
baleen :: Host
baleen = host "baleen.kitenet.net" $ props