dns v2.1.2 DNS.Record

TODO: docs

Link to this section Summary

Functions

Converts a :dns_rec record into a DNS.Record

Converts a DNS.Record struct to a :dns_rec record

Link to this section Types

Link to this type t()
t() :: %DNS.Record{
  anlist: term(),
  arlist: term(),
  header: term(),
  nslist: term(),
  qdlist: term()
}

Link to this section Functions

Link to this function from_record(dns_rec)

Converts a :dns_rec record into a DNS.Record.

Link to this function to_record(struct)

Converts a DNS.Record struct to a :dns_rec record.