| This Release | Net-DNS-Check-0.45 | [Download] [Browse] | 15 Jul 2005 | |||
| Other Releases | ||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (0) ] [ Dependencies ] [ Other Tools ] | |||||
| CPAN Testers | PASS (84) NA (2) [ View Reports ] [ Perl/Platform Version Matrix ] | |||||
| Rating |
(1 Reviews)
[ Rate this distribution ]
| |||||
| License | Unknown | |||||
| Special Files |
|
|||||
| Net::DNS::Check | 0.45 | ||
| Net::DNS::Check::Config | |||
| Net::DNS::Check::Host | Class for name server resolution of hostnames | ||
| Net::DNS::Check::HostsList | Class for maintaining a list of Net::DNS::Check::Host objects. | ||
| Net::DNS::Check::NSQuery | Class to query authoritative nameservers for the domain name you want to check. | ||
| Net::DNS::Check::Test | base class for all type of tests | ||
| Net::DNS::Check::Test::host_ip_private | Check if the IP addresses found during the hosts resolution do not belong to IP private classes | ||
| Net::DNS::Check::Test::host_ip_vs_ip_orig | Compare the IP addresses found during the hosts resolution with the IP addresses given with nserver argument (if exists) in method "new". | ||
| Net::DNS::Check::Test::host_not_cname | Check if the hosts found are CNAME or not | ||
| Net::DNS::Check::Test::host_syntax | Verify the correctness of the hosts syntax | ||
| Net::DNS::Check::Test::mx_compare | Compare the MX RR found | ||
| Net::DNS::Check::Test::mx_present | Check if mx RR is present or not | ||
| Net::DNS::Check::Test::ns_compare | Check if the NS RR are the same in all the authoritative nameservers | ||
| Net::DNS::Check::Test::ns_count | Check if the number of NS RR are within the range set in the configuration object | ||
| Net::DNS::Check::Test::ns_vs_delegated | Compare the NS RR found with the effectively delegated nameservers (NS RR in the parent zone of the domain name being checked) | ||
| Net::DNS::Check::Test::soa_expire_compare | Compare the expire time of all the authoritative nameservers | ||
| Net::DNS::Check::Test::soa_expire_range | Check if the expire time in the SOA RR is within the range set in the configuration object | ||
| Net::DNS::Check::Test::soa_master_compare | Compare the value of the master nameserver specified in the SOA RR of all the authoritative nameservers | ||
| Net::DNS::Check::Test::soa_master_in_ns | Check if the NS RR exists for the master nameserver specified in the SOA RR | ||
| Net::DNS::Check::Test::soa_refresh_compare | Compare the refresh time in SOA RR of all authoritative name servers | ||
| Net::DNS::Check::Test::soa_refresh_range | Check if the refresh time in the SOA RR is within the range set in the configuration object | ||
| Net::DNS::Check::Test::soa_retry_compare | Compare the retry time in the SOA RR of all the authoritative nameservers | ||
| Net::DNS::Check::Test::soa_retry_range | Check if the retry time in the SOA RR is within the range set in the configuration object | ||
| Net::DNS::Check::Test::soa_serial_compare | Compare the serial number in the SOA RR of all the authoritative nameservers | ||
| Net::DNS::Check::Test::soa_serial_syntax | Check if the syntax of the serial number in the SOA RR are in the AAAAMMGGVV format | ||
| Net::DNS::Check::Test::unknown | Unknown Test |
| Net::DNS::Check::Check | OOP Perl module based on Net::DNS for domain name checking.  |