mirror of
https://github.com/rfc1036/whois.git
synced 2026-08-31 07:30:22 +00:00
Enable recursion for whois.nic.tv
The output is similar to the one from AFILIAS, so we can reuse the same code.
This commit is contained in:
parent
c5e837a0b1
commit
9c9a2591b8
@ -15,6 +15,7 @@ while (<>) {
|
||||
$b =~ s/^W(?:EB)?\s+/\\x01/;
|
||||
$b =~ s/^VERISIGN\s+/\\x04" "/;
|
||||
$b = "\\x03" if $b eq 'NONE';
|
||||
$b =~ s/^RECURSIVE\s+/\\x08" "/;
|
||||
$b = "\\x08whois.afilias-grs.info" if $b eq 'AFILIAS';
|
||||
$b = "\\x08$b" if $b eq 'whois.flexireg.net';
|
||||
$b = "\\x08$b" if $b eq 'whois.registry.in';
|
||||
|
||||
@ -312,7 +312,7 @@
|
||||
.to whois.tonic.to
|
||||
.tr whois.nic.tr
|
||||
.tt WEB http://www.nic.tt/cgi-bin/search.pl
|
||||
.tv whois.nic.tv
|
||||
.tv RECURSIVE whois.nic.tv
|
||||
.tw whois.twnic.net.tw
|
||||
.tz whois.tznic.or.tz
|
||||
.biz.ua whois.biz.ua
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user