logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Zonemaster::LDNS::RR::NSEC - Type NSEC record

Description

       A subclass of Zonemaster::LDNS::RR, so it has all the methods of that class available in addition to the
       ones documented here.

Methods

next()
           Returns the next name.

       nxtdname()
           Alias for next().

       typelist()
           Returns a string with the typelist. The string has the type names separated by spaces.

       typehref()
           Returns  a  reference  to  a hash, where the keys are the type names and the corresponding values are
           true. That is, if you look for a type in this hash you get a true value back if the record covers  it
           and false if not.

       covers($name)
           Returns true or false depending on if the record covers the given name or not.

perl v5.40.0                                       2025-02-02                    Zonemaster::LDNS::RR::NSEC(3pm)

Name

       Zonemaster::LDNS::RR::NSEC - Type NSEC record

See Also