Check the referrals in answers from whois.registry.in

At least some domains have referrals to a registar whois server.
This commit is contained in:
Marco d'Itri 2019-12-31 02:58:30 +01:00
parent 3a5bcdcc7e
commit 0432d902f8

View File

@ -16,6 +16,7 @@ while (<>) {
$b =~ s/^VERISIGN\s+/\\x04" "/;
$b = "\\x03" if $b eq 'NONE';
$b = "\\x08whois.afilias-grs.info" if $b eq 'AFILIAS';
$b = "\\x08$b" if $b eq 'whois.registry.in';
$b = "\\x0C" if $b eq 'ARPA';
$b = "\\x0D" if $b eq 'IP6';
print qq| "$a",\t"$b",\n|;