From 8632e78dd223241afc4d6a9c9afa700d388fc049 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 25 Dec 2018 21:57:32 -0500 Subject: [PATCH] easy_domain: fix argument --- lib/easy_domain.dtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.20.1