From d224463dcd45b798c532d75ed84d9b1282b83e85 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 1 Jun 2014 15:07:17 -0400 Subject: comment --- src/Propellor/Attr.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Propellor') diff --git a/src/Propellor/Attr.hs b/src/Propellor/Attr.hs index 3ed59437..7d371d40 100644 --- a/src/Propellor/Attr.hs +++ b/src/Propellor/Attr.hs @@ -37,6 +37,11 @@ ipv6 :: String -> Property ipv6 = addDNS . Address . IPv6 -- | Indicates another name for the host in the DNS. +-- +-- When the host's ipv4/ipv6 addresses are known, the alias is set up +-- to use their address, rather than using a CNAME. This avoids various +-- problems with CNAMEs, and also means that when multiple hosts have the +-- same alias, a DNS round-robin is automatically set up. alias :: Domain -> Property alias = addDNS . CNAME . AbsDomain -- cgit v1.2.3