Browse Source

update: get all tld's whois server

master
Dnomd343 3 years ago
parent
commit
1fc85ec801
  1. 8
      src/main.php
  2. 1256
      whois-server.txt

8
src/main.php

@ -22,6 +22,12 @@ require_once './punycode.php';
$tlds = getIanaTlds('../html/main.html');
$data = getTldsInfo($tlds, '../html/tlds/');
echo count($data);
// echo count($data);
foreach ($data as $index => $row) {
if ($row['whois'] !== '') {
echo $index . ' -> ' . $row['whois'] . PHP_EOL;
}
}
?>

1256
whois-server.txt

File diff suppressed because it is too large
Loading…
Cancel
Save