X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/1b1021cb38f85f638ec5b2141075e99c7b5f0fdd..d99c7849517001304b011de710f38b7a94791443:/lib/easy_domain.dtl?ds=sidebyside diff --git a/lib/easy_domain.dtl b/lib/easy_domain.dtl index c3e79b7..4b9989b 100644 --- a/lib/easy_domain.dtl +++ b/lib/easy_domain.dtl @@ -50,10 +50,14 @@ val dom = \\ config : Domain -> domain d with dns (dnsNS "ns1.hcoop.net"); - dns (dnsNS "ns3.hcoop.net"); - dns (dnsNS "ns5.hcoop.net"); + dns (dnsNS "ns2.hcoop.net"); - dns (dnsA default (ip_of_node (web_node_to_node web_node))); + defa : bool <- DefaultA; + if defa then + dns (dnsA default (ip_of_node (web_node_to_node web_node))) + else + Skip + end; hmail : bool <- HandleMail; if hmail then @@ -64,7 +68,7 @@ val dom = amx : bool <- AddMX; if amx then - dns (dnsMX 1 "deleuze.hcoop.net") + dns (dnsMX 1 "mail.hcoop.net") else Skip end;