propellor spin

This commit is contained in:
Joey Hess 2014-04-19 11:06:28 -04:00
parent 10c5c1d231
commit a381b58d61
Failed to extract signature
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ipv6 addr = pureAttrProperty ("ipv6 " ++ addr)
-- | Indicates another name for the host in the DNS.
alias :: Domain -> Property
alias domain = pureAttrProperty ("aka " ++ domain)
alias domain = pureAttrProperty ("alias " ++ domain)
(addDNS $ CNAME $ AbsDomain domain)
addDNS :: Record -> SetAttr

View File

@ -46,6 +46,7 @@ hosts = -- (o) `
& Network.ipv6to4
& Tor.isBridge
& Postfix.satellite
& myDnsSecondary
& Docker.configured
& alias "shell.olduse.net"