easy_domain: fix argument
[hcoop/domtool2.git] / 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));
   \ 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]
 
     vhost host where
       WebPlaces = [web_place web_node ip ipv6]