easy_domain: fix argument feature-apache-ipv6 release_20181215
authorClinton Ebadi <clinton@unknownlamer.org>
Wed, 26 Dec 2018 02:57:32 +0000 (21:57 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Wed, 26 Dec 2018 02:57:32 +0000 (21:57 -0500)
lib/easy_domain.dtl

index fbee762..26de1b1 100644 (file)
@@ -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]