package dns-forward

  1. Overview
  2. Docs
type t = {
  1. ip : Ipaddr.t;
  2. port : int;
}

The address of a DNS server

val to_string : t -> string
include Comparable with type t := t
val compare : t -> t -> int
module Set : Set.S with type elt = t
module Map : Map.S with type key = t