Make whois.flexireg.net an AFILIAS-style thick server

This commit is contained in:
Marco d'Itri 2020-10-03 07:15:14 +02:00
parent 2e154d6570
commit 2c1a34af87

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.flexireg.net';
$b = "\\x08$b" if $b eq 'whois.registry.in';
$b = "\\x0C" if $b eq 'ARPA';
$b = "\\x0D" if $b eq 'IP6';