mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Make whois.flexireg.net an AFILIAS-style thick server
This commit is contained in:
parent
2e154d6570
commit
2c1a34af87
@ -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.flexireg.net';
|
||||
$b = "\\x08$b" if $b eq 'whois.registry.in';
|
||||
$b = "\\x0C" if $b eq 'ARPA';
|
||||
$b = "\\x0D" if $b eq 'IP6';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user