andre il y a 2 ans
Parent
commit
67325bfcfc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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';