diff options
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 96be56c5..0627147b 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -58,6 +58,7 @@ hosts = -- (o) ` , elephant , beaver , mouse + , peregrine , pell , keysafe ] ++ monsters @@ -315,6 +316,7 @@ kite = host "kite.kitenet.net" $ props & myDnsPrimary True "kitenet.net" [ (RelDomain "mouse-onion", CNAME $ AbsDomain "htieo6yu2qtcn2j3.onion") , (RelDomain "beaver-onion", CNAME $ AbsDomain "tl4xsvaxryjylgxs.onion") + , (RelDomain "peregrine-onion", CNAME $ AbsDomain "ahw47zqw6qszoufl.onion") ] & myDnsPrimary True "joeyh.name" [] & myDnsPrimary True "ikiwiki.info" [] @@ -419,6 +421,12 @@ mouse = host "mouse.kitenet.net" $ props & Tor.installed & Tor.hiddenServiceAvailable "ssh" (Port 22) +peregrine :: Host +peregrine = host "peregrine.kitenet.net" $ props + & Apt.installed ["ssh"] + & Tor.installed + & Tor.hiddenServiceAvailable "ssh" (Port 22) + -- Branchable is not completely deployed with propellor yet. pell :: Host pell = host "pell.branchable.com" $ props |
