Packages
An Erlang DNS message library that supports most common record types, TSIG authenticated messages, EDNS0 and DNSSEC.
Current section
Files
Jump to
Current section
Files
include/dns.hrl
-ifndef('DNS_HEADER').
-define('DNS_HEADER', ok).
-include("./dns_terms.hrl").
-include("./dns_records.hrl").
-endif.