andre пре 2 година
родитељ
комит
4ede48e392
1 измењених фајлова са 1 додато и 1 уклоњено
  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';