If you need to make your internet connection faster , you can use any of the following public DNS
Just configure your router or your connection to use any of the following DNS settings
Bulk DNS Checking System
This system will check for maximum 1000 domain per time
Put a each domain per line , Thanks
“;
echo “
“;
echo “
“;
echo “
“;
$data = explode(“\n”, $_POST[‘list’]);
$dcount = count($data);
if ( $dcount > $Max) { $dcount =$Max; }
echo ““;
echo $data[$i] . ““;
for ($i=0; $i < $dcount; $i++) { if (trim ($data[$i]) <> null) {
$domain= trim($data[$i]);
$ip = gethostbyname($domain);
echo “” . $domain . ” : ” . $ip;
}
}
?>