From 12f5e8581c34e72dae9c0c5c51db9c84c6a9cf4e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 May 2017 16:53:51 -0400 Subject: propellor spin --- joeyconfig.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/joeyconfig.hs b/joeyconfig.hs index 229ecd09..c696656c 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -331,7 +331,9 @@ kite = host "kite.kitenet.net" $ props & JoeySites.oldUseNetServer hosts & alias "ns4.kitenet.net" - & myDnsPrimary True "kitenet.net" [] + & myDnsPrimary True "kitenet.net" + [ (RelDomain "mouse.onion", CNAME $ AbsDomain "htieo6yu2qtcn2j3.onion") + ] & myDnsPrimary True "joeyh.name" [] & myDnsPrimary True "ikiwiki.info" [] & myDnsPrimary True "olduse.net" @@ -435,7 +437,6 @@ mouse = host "mouse.kitenet.net" $ props & Apt.installed ["ssh"] & Tor.installed & Tor.hiddenServiceAvailable "ssh" (Port 22) - & addDNS (CNAME $ AbsDomain "htieo6yu2qtcn2j3.onion") -- Branchable is not completely deployed with propellor yet. pell :: Host -- cgit v1.3-2-g0d8e