andre 2 лет назад
Родитель
Сommit
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';