andre 2 năm trước cách đây
mục cha
commit
4ede48e392
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      testdns.php

+ 1 - 1
testdns.php

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