View Source API Reference dns_erlang v3.1.2
Modules
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.
The dns_record
module exports serialise
and deserialise
functions
for serialising and deserialising messages.
This module exports utility functions used to inspect records. You will generally not use these functions directly.
The dnssec
module exports functions used for generating NSEC responses,
signing and verifying RRSIGs, and adding keytags to DNSKEY records.