浏览代码

change nameserver

andre 2 年之前
父节点
当前提交
64af900ced
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      zimbraEmail_mx.php

+ 2 - 2
zimbraEmail_mx.php

@@ -6,8 +6,8 @@ if (!defined("WHMCS"))
 }
 require_once 'Net/DNS2.php';
 
-const NS1 = '185.163.51.142';
-const NS2 = '185.178.193.125';
+const NS1 = '185.163.51.130';
+const NS2 = '185.163.51.131';
 const MX  = 'mail1.thurdata.ch';
 
 function ZimbraEmail_ClientAreaCustomButtonArray ($params)