Net-DNS-Check documentation
Net-DNS-Check - README
Net-DNS-Check - Changes
Net-DNS-Check - META.yml
Net-DNS-Check Makefile.PL
Net::DNS::Check::Check - OOP Perl module based on L
for domain name checking.
[
view source
]
Net::DNS::Check::Config - Net::DNS::Check::Config documentation
[
view source
]
Net::DNS::Check::Host - Class for name server resolution of hostnames
[
view source
]
Net::DNS::Check::HostsList - Class for maintaining a list of Net::DNS::Check::Host objects.
[
view source
]
Net::DNS::Check::NSQuery - Class to query authoritative nameservers for the domain name you want to check.
[
view source
]
Net::DNS::Check::Test - base class for all type of tests
[
view source
]
Net::DNS::Check::Test::host_ip_private - Check if the IP addresses found during the hosts resolution do not belong to IP private classes
[
view source
]
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".
[
view source
]
Net::DNS::Check::Test::host_not_cname - Check if the hosts found are CNAME or not
[
view source
]
Net::DNS::Check::Test::host_syntax - Verify the correctness of the hosts syntax
[
view source
]
Net::DNS::Check::Test::mx_compare - Compare the MX RR found
[
view source
]
Net::DNS::Check::Test::mx_present - Check if mx RR is present or not
[
view source
]
Net::DNS::Check::Test::ns_compare - Check if the NS RR are the same in all the authoritative nameservers
[
view source
]
Net::DNS::Check::Test::ns_count - Check if the number of NS RR are within the range set in the configuration object
[
view source
]
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)
[
view source
]
Net::DNS::Check::Test::soa_expire_compare - Compare the expire time of all the authoritative nameservers
[
view source
]
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
[
view source
]
Net::DNS::Check::Test::soa_master_compare - Compare the value of the master nameserver specified in the SOA RR of all the authoritative nameservers
[
view source
]
Net::DNS::Check::Test::soa_master_in_ns - Check if the NS RR exists for the master nameserver specified in the SOA RR
[
view source
]
Net::DNS::Check::Test::soa_refresh_compare - Compare the refresh time in SOA RR of all authoritative name servers
[
view source
]
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
[
view source
]
Net::DNS::Check::Test::soa_retry_compare - Compare the retry time in the SOA RR of all the authoritative nameservers
[
view source
]
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
[
view source
]
Net::DNS::Check::Test::soa_serial_compare - Compare the serial number in the SOA RR of all the authoritative nameservers
[
view source
]
Net::DNS::Check::Test::soa_serial_syntax - Check if the syntax of the serial number in the SOA RR are in the AAAAMMGGVV format
[
view source
]
Net::DNS::Check::Test::unknown - Unknown Test
[
view source
]
Back to
home
.
Contained in the
Net-DNS-Check
distribution.