X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/c2dfd5ddee1ac439d763d06176cda2f178f0938d..refs/heads/feature-apache-ipv6:/lib/easy_domain.dtl diff --git a/lib/easy_domain.dtl b/lib/easy_domain.dtl index fbee762..26de1b1 100644 --- a/lib/easy_domain.dtl +++ b/lib/easy_domain.dtl @@ -32,7 +32,7 @@ val webAtIp = \ host : (host) -> \\ config : Vhost -> begin dns (dnsA (literal host) (your_ip_to_ip ip)); - dns (dnsAAAA (literal host) (your_ipv6_to_ipv6 ip)); + dns (dnsAAAA (literal host) (your_ipv6_to_ipv6 ipv6)); vhost host where WebPlaces = [web_place web_node ip ipv6]