propellor spin

This commit is contained in:
Joey Hess 2014-05-31 13:41:28 -04:00
parent 6396e3f547
commit 9836bdf4c9
Failed to extract signature
1 changed files with 5 additions and 5 deletions

View File

@ -76,9 +76,10 @@ hosts = -- (o) `
& alias "znc.kitenet.net" & alias "znc.kitenet.net"
& JoeySites.ircBouncer & JoeySites.ircBouncer
-- Nothing is using https on clam, so listen on that port -- Nothing is using http port 80 on clam, so listen on
-- for ssh, for traveling on bad networks. -- that port for ssh, for traveling on bad networks that
& "/etc/ssh/sshd_config" `File.containsLine` "Port 443" -- block 22.
& "/etc/ssh/sshd_config" `File.containsLine` "Port 80"
`onChange` Service.restarted "ssh" `onChange` Service.restarted "ssh"
& Docker.garbageCollected `period` Daily & Docker.garbageCollected `period` Daily
@ -307,7 +308,6 @@ monsters = -- but do want to track their public keys etc.
& alias "www.wortroot.kitenet.net" & alias "www.wortroot.kitenet.net"
& alias "joey.kitenet.net" & alias "joey.kitenet.net"
& alias "anna.kitenet.net" & alias "anna.kitenet.net"
& alias "ipv6.kitenet.net"
& alias "bitlbee.kitenet.net" & alias "bitlbee.kitenet.net"
{- Remaining services on kite: {- Remaining services on kite:
- -
@ -333,7 +333,7 @@ monsters = -- but do want to track their public keys etc.
- ftpd (EOL) - ftpd (EOL)
- -
- user shell stuff: - user shell stuff:
- pine, zsh, make, ... - pine, zsh, make, git-annex, myrepos, ...
-} -}
, host "mouse.kitenet.net" , host "mouse.kitenet.net"
& ipv6 "2001:4830:1600:492::2" & ipv6 "2001:4830:1600:492::2"