andre hace 2 años
padre
commit
4ede48e392
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';