propellor spin
This commit is contained in:
parent
10c5c1d231
commit
a381b58d61
|
@ -43,7 +43,7 @@ ipv6 addr = pureAttrProperty ("ipv6 " ++ addr)
|
||||||
|
|
||||||
-- | Indicates another name for the host in the DNS.
|
-- | Indicates another name for the host in the DNS.
|
||||||
alias :: Domain -> Property
|
alias :: Domain -> Property
|
||||||
alias domain = pureAttrProperty ("aka " ++ domain)
|
alias domain = pureAttrProperty ("alias " ++ domain)
|
||||||
(addDNS $ CNAME $ AbsDomain domain)
|
(addDNS $ CNAME $ AbsDomain domain)
|
||||||
|
|
||||||
addDNS :: Record -> SetAttr
|
addDNS :: Record -> SetAttr
|
||||||
|
|
|
@ -46,6 +46,7 @@ hosts = -- (o) `
|
||||||
& Network.ipv6to4
|
& Network.ipv6to4
|
||||||
& Tor.isBridge
|
& Tor.isBridge
|
||||||
& Postfix.satellite
|
& Postfix.satellite
|
||||||
|
& myDnsSecondary
|
||||||
& Docker.configured
|
& Docker.configured
|
||||||
|
|
||||||
& alias "shell.olduse.net"
|
& alias "shell.olduse.net"
|
||||||
|
|
Loading…
Reference in New Issue