added handler for .pl
This commit is contained in:
parent
149482a2ca
commit
0523077779
3 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
2006/03/02 David Saez <david@ols.es>
|
||||
- added handler for .pl
|
||||
|
||||
2006/02/27 David Saez <david@ols.es>
|
||||
- minor fixes for non-existing .es domains
|
||||
- fixed ip2long PHP5 compatibility
|
||||
|
|
|
@ -63,6 +63,7 @@ $this->DATA = array(
|
|||
'nl' => 'nl',
|
||||
'nu' => 'nu',
|
||||
'org' => 'org',
|
||||
'pl' => 'pl',
|
||||
'pro' => 'pro',
|
||||
'se' => 'se',
|
||||
'travel' => 'travel',
|
||||
|
|
1
test.txt
1
test.txt
|
@ -20,6 +20,7 @@ lt domreg.lt
|
|||
mx nic.mx
|
||||
nl domain-registry.nl
|
||||
nu nunames.nu
|
||||
pl nic.pl
|
||||
se nic-se.se
|
||||
uk olsns.co.uk
|
||||
us neustar.us
|
||||
|
|
Loading…
Reference in a new issue