package dns-forward

  1. Overview
  2. Docs
type t

A forwarding DNS proxy

type resolver
val create : resolver -> t Lwt.t

Construct a server given a resolver configuration

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

Serve requests on the given address forever

val destroy : t -> unit Lwt.t

Shutdown the server and release allocated resources