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.hrl__').
-define('__dns.hrl__', ok).
-include("dns_terms.hrl").
-include("dns_records.hrl").
-endif.