package dns-mirage

  1. Overview
  2. No Docs
An opinionated Domain Name System (DNS) library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-10.2.6.tbz
sha256=4c3df263dd4596f8563615fe3644e2fad5978b66a268c3ef352083d7fee0ffc8
sha512=1df298223c753092ae8756d5cbd4c1788f716bb6393fa3e9e484ba5acb9bc6a4e394e654785c4e80330eeea3b2809598704d4b043dad2829bc77d14857ebb295

Description

µDNS supports most of the domain name system used in the wild. It adheres to strict conventions. Failing early and hard. It is mostly implemented in the pure fragment of OCaml (no mutation, isolated IO, no exceptions).

Legacy resource record types are not dealt with, and there is no plan to support ISDN, MAILA, MAILB, WKS, MB, NULL, HINFO, ... . AXFR is only handled via TCP connections. The only resource class supported is IN (the Internet). Truncated hmac in TSIG are not supported (always the full length of the hash algorithm is used).

Please read the blog article for a more detailed overview.

Added to opam-repository:

Dependencies (7)

  1. tcpip >= "8.2.0"
  2. lwt >= "4.2.1"
  3. ipaddr >= "5.2.0"
  4. dns = version
  5. cstruct >= "6.0.0"
  6. ocaml >= "4.13.0"
  7. dune >= "2.8.0"

Dev Dependencies

None

Used by (4)

  1. dns-certify >= "10.2.6"
  2. dns-resolver >= "10.2.6"
  3. dns-server >= "10.2.6"
  4. dns-stub >= "10.2.6"

Conflicts

None