Adapter to resolve DNS (A and TXT).
@callback lookup(String.t(), :a | :txt) :: {:ok, [tuple() | String.t()]} | {:error, term()}