From: Adam Chlipala Date: Fri, 20 Jun 2008 18:34:35 +0000 (+0000) Subject: Change default nameservers X-Git-Tag: release_2010-11-19~30 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/0c1953842263eaffd303d1d7614ae64a11d4dc39 Change default nameservers --- diff --git a/lib/easy_domain.dtl b/lib/easy_domain.dtl index c3e79b7..d284f16 100644 --- a/lib/easy_domain.dtl +++ b/lib/easy_domain.dtl @@ -50,8 +50,7 @@ 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))); @@ -64,7 +63,7 @@ val dom = amx : bool <- AddMX; if amx then - dns (dnsMX 1 "deleuze.hcoop.net") + dns (dnsMX 1 "mail.hcoop.net") else Skip end;