package dns-forward

  1. Overview
  2. Docs

A BSD-socket-like interface for establishing flows by connecting to a well-known address (see Client) or by listening for incoming connections on a well-known address (see Server)

module type Client = sig ... end
module type Server = sig ... end