From: Clinton Ebadi Date: Wed, 26 Dec 2018 02:57:32 +0000 (-0500) Subject: easy_domain: fix argument X-Git-Tag: release_20181215 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/refs/heads/feature-apache-ipv6 easy_domain: fix argument --- 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]