mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Convert is_new_gtld() to in_domain()
This commit is contained in:
parent
3aa160e6a1
commit
3ad4f43735
@ -11,6 +11,6 @@ while (<>) {
|
|||||||
|
|
||||||
die "format error: $_" if not /^((?:xn--)?[a-z0-9]+)$/;
|
die "format error: $_" if not /^((?:xn--)?[a-z0-9]+)$/;
|
||||||
|
|
||||||
print qq| ".$_",\n|;
|
print qq| "$_",\n|;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user