package dns-forward

  1. Overview
  2. Docs

Module Dns_forward.Server

A server listens for incoming connections containing streams of requests and attempts to answer them using the given client.

module type S = sig ... end