package dns-forward

  1. Overview
  2. Docs

A forwarding DNS proxy over UDP

type t

A forwarding DNS proxy

type resolver = Resolver.Udp.t
val create : resolver -> t Lwt.t

Construct a server given a resolver configuration

val serve : address:Dns_forward.Config.Address.t -> t -> unit Dns_forward.Error.t

Serve requests on the given address forever

val destroy : t -> unit Lwt.t

Shutdown the server and release allocated resources