package dns-forward

  1. Overview
  2. Docs

A Resolver converts a DNS query into an optional DNS response.

module type S = sig ... end

Construct a DNS resolver which will use the given Client Implementation to contact upstream servers, and the given Time implementation to handle timeouts.