diff options
author | Marco d'Itri <md@linux.it> | 2014-04-23 06:23:15 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2014-05-02 04:26:50 +0200 |
commit | 171705cbde06ef350f2e34ae76070a41a681c35f (patch) | |
tree | 2ba4a599bd1bc0967fab2a332bd0613cfb0c9367 /Makefile | |
parent | 4411a41702622293eb280c0c5aa6ad48d9dd3403 (diff) | |
download | whois-171705cbde06ef350f2e34ae76070a41a681c35f.tar.gz |
Use whois.nic.$TLD for the "new" gTLDs
The "new" gTLDs are contractually required by ICANN to provide port 43
whois service on this standard domain.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -84,6 +84,9 @@ ip_del.h: ip_del_list make_ip_del.pl ip6_del.h: ip6_del_list make_ip6_del.pl $(PERL) make_ip6_del.pl < $< > $@ +new_gtlds.h: new_gtlds_list make_new_gtlds.pl + $(PERL) make_new_gtlds.pl < $< > $@ + tld_serv.h: tld_serv_list make_tld_serv.pl $(PERL) make_tld_serv.pl < $< > $@ |