Atex.Util (atex v0.10.0)

View Source

Summary

Types

dns_type()

@type dns_type() ::
  :a
  | :aaaa
  | :caa
  | :cname
  | :gid
  | :hinfo
  | :ns
  | :mb
  | :md
  | :mg
  | :mf
  | :minfo
  | :mx
  | :naptr
  | :null
  | :ptr
  | :soa
  | :spf
  | :srv
  | :txt
  | :uid
  | :uinfo
  | :unspec
  | :uri
  | :wks

Functions

query_dns(domain, type)

@spec query_dns(String.t(), dns_type()) :: [
  String.t() | {priority :: integer(), String.t()}
]