Update of /cvsroot/hcoop/domtool2/lib
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23963/lib

Modified Files:
        easy_domain.dtl 
Log Message:
Change default nameservers

Index: easy_domain.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/easy_domain.dtl,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** easy_domain.dtl     5 Apr 2008 20:16:57 -0000       1.30
--- easy_domain.dtl     20 Jun 2008 18:34:35 -0000      1.31
***************
*** 51,56 ****
    domain d with
      dns (dnsNS "ns1.hcoop.net");
!     dns (dnsNS "ns3.hcoop.net");
!     dns (dnsNS "ns5.hcoop.net");
  
      dns (dnsA default (ip_of_node (web_node_to_node web_node)));
--- 51,55 ----
    domain d with
      dns (dnsNS "ns1.hcoop.net");
!     dns (dnsNS "ns2.hcoop.net");
  
      dns (dnsA default (ip_of_node (web_node_to_node web_node)));
***************
*** 65,69 ****
      amx : bool <- AddMX;
      if amx then
!       dns (dnsMX 1 "deleuze.hcoop.net")
      else
        Skip
--- 64,68 ----
      amx : bool <- AddMX;
      if amx then
!       dns (dnsMX 1 "mail.hcoop.net")
      else
        Skip


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to