mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Convert tld_serv_list to in_domain()
This commit is contained in:
parent
29b1a3a9c3
commit
d961608451
@ -10,7 +10,7 @@ while (<>) {
|
||||
next if /^$/;
|
||||
|
||||
die "format error: $_" if not
|
||||
(my ($a, $b) = /^([\w\d\.-]+)\s+([\w\d\.:-]+|[A-Z]+\s+.*)$/);
|
||||
(my ($a, $b) = /^\.(\w[\w\d\.-]+)\s+([\w\d\.:-]+|[A-Z]+\s+.*)$/);
|
||||
|
||||
$b =~ s/^W(?:EB)?\s+/\\x01/;
|
||||
$b =~ s/^VERISIGN\s+/\\x04" "/;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user