dnssec info
This commit is contained in:
parent
8557efbdcb
commit
87dcafd02c
4 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
-------
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue