API Reference dns_erlang v#5.0.11
View SourceModules
The dns module is the primary entry point for the functionality in this library.
The module exports various types used in type specs, such as message/0, which indicates
a #dns_message{} record, query/0 which represents a single #dns_query{} record,
questions/0, which represents a list of queries, etc.
Domain name processing module providing operations for converting between text representation, label lists, and DNS wire format.
Helpers to convert between DNS codes and their names.
DNS Zone File Parser and Encoder
The dnssec module exports functions used for generating NSEC/NSEC3 records,
signing and verifying RRSIGs, and adding keytags to DNSKEY records.