Scroll to navigation

Zonemaster::Test::Zone(3pm) User Contributed Perl Documentation Zonemaster::Test::Zone(3pm)

NAME

Zonemaster::Test::Zone - module implementing tests of the zone content in DNS, such as SOA and MX records

SYNOPSIS

    my @results = Zonemaster::Test::Zone->all($zone);

METHODS

Runs the default set of tests and returns a list of log entries made by the tests
Returns a reference to a hash with translation data. Used by the builtin translation system.
Returns a reference to a hash, the keys of which are the names of all test methods in the module, and the corresponding values are references to lists with all the tags that the method can use in log entries.
Returns a version string for the module.

TESTS

Check that master nameserver in SOA is fully qualified.
Verify SOA 'refresh' minimum value.
Verify SOA 'retry' value is lower than SOA 'refresh' value.
Verify SOA 'retry' minimum value.
Verify SOA 'expire' minimum value.
Verify SOA 'minimum' (default TTL) value.
Verify that SOA master is not an alias (CNAME).
Verify that MX records does not resolve to a CNAME.
Verify that there is a target host (MX, A or AAAA) to deliver e-mail for the domain name.
2022-06-28 perl v5.34.0