andre 2 жил өмнө
parent
commit
67325bfcfc
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      testdns.php

+ 1 - 1
testdns.php

@@ -1,6 +1,6 @@
 <?php
 $domain = "thurdata.ch";
-$nameserverIP = "ns1.thurdata.ch";
+$nameserverIP = "185.163.51.142";
 $nameserverName = "ns1.thurdata.ch";
 
 require_once 'Net/DNS2.php';