From 0c1953842263eaffd303d1d7614ae64a11d4dc39 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 20 Jun 2008 18:34:35 +0000 Subject: [PATCH] Change default nameservers --- lib/easy_domain.dtl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.20.1