API Reference dns_erlang v#4.2.0

View Source

Modules

dns

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.

Helpers to convert between DNS codes and their names.

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.