ip_address v0.1.2 IpAddress.DNS.Record

TODO: docs

Link to this section Summary

Functions

Converts a :dns_rec record into a IpAddress.DNS.Record

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

Link to this section Types

Link to this type t()
t() :: %IpAddress.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 IpAddress.DNS.Record.

Link to this function to_record(struct)

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