From 2c1a34af8716508c0041bd74ac3ba597eaa0b007 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Sat, 3 Oct 2020 07:15:14 +0200 Subject: [PATCH] Make whois.flexireg.net an AFILIAS-style thick server --- make_tld_serv.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/make_tld_serv.pl b/make_tld_serv.pl index d17b292..ddb1803 100755 --- a/make_tld_serv.pl +++ b/make_tld_serv.pl @@ -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';