dnssec info

This commit is contained in:
sparc 2010-07-22 07:54:38 +00:00
parent 8557efbdcb
commit 87dcafd02c
4 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,6 @@
2010/07/21
- added dnssec info to domain object
2010/07/20
- fixed arin new query format
- better ip refferal whois follow-up

View file

@ -57,6 +57,7 @@ the following subkeys:
referer -> sponsor's URL
handle -> domain handle
source -> who gives this information
dnssec -> domains has dnssec (boolean)
network
-------

View file

@ -49,7 +49,8 @@ class ch_handler
'domain.created' => 'Date of last registration:',
'domain.changed' => 'Date of last modification:',
'tech' => 'Technical contact:',
'domain.nserver' => 'Name servers:'
'domain.nserver' => 'Name servers:',
'domain.dnssec' => 'DNSSEC:'
);
$r['regrinfo'] = get_blocks($data_str['rawdata'], $items);

View file

@ -74,7 +74,7 @@ foreach ($domains as $key => $domain)
$result = $whois->Lookup($domain);
unset($result['rawdata']);
print_r($result);
if (!isset($results[$domain]))
{
print_r($result);