Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Zonemaster::Test::Connectivity - module implementing tests of nameservers reachability

Methods

       all($zone)
           Runs the default set of tests and returns a list of log entries made by the tests

       metadata()
           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.

       translation()
           Returns a reference to a hash with translation data. Used by the builtin translation system.

       version()
           Returns a version string for the module.

Name

       Zonemaster::Test::Connectivity - module implementing tests of nameservers reachability

Synopsis

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

Tests

       connectivity01($zone)
           Verify nameservers UDP port 53 reachability.

       connectivity02($zone)
           Verify nameservers TCP port 53 reachability.

       connectivity03($zone)
           Verify that all nameservers do not belong to the same AS.

perl v5.32.0                                       2021-01-06                Zonemaster::Test::Connectivity(3pm)

See Also