dnsversion
An opinionated Domain Name System (DNS) library
µ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.
Authors | Hannes Mehnert <hannes@mehnert.org> and Reynir Björnsson <reynir@reynir.dk> |
---|---|
License | BSD-2-Clause |
Published | |
Homepage | https://github.com/mirage/ocaml-dns |
Issue Tracker | https://github.com/mirage/ocaml-dns/issues |
Maintainer | team AT robur dot coop |
Dependencies | |
Conflicts |
|
Source [http] | https://github.com/mirage/ocaml-dns/releases/download/v7.0.3/dns-7.0.3.tbz sha256=36afa54678979acb27a8760d3bc361e9970da7b12110f373685f7400002e16c4 sha512=71e1f6a4f7ee334de419dda2d9ef23efd2ac1a9a27194d99952a3f9f03025adcb113f8ca1de0ae41e44fa4201ff92dc77134a772356167edd70a199e2df16149 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dns/dns.7.0.3/opam |
Required by
- dns-certify=7.0.3
- dns-cli=7.0.3
- dns-client=7.0.3
- dns-client-lwt=7.0.3
- dns-mirage=7.0.3
- dns-resolver=7.0.3
- dns-server=7.0.3
- dns-stub=7.0.3
- dns-tsig=7.0.3
- dnssec=7.0.3
- git-mirage>=3.6.0
- happy-eyeballs-lwt>=1.0.0
- letsencrypt<0.3.0
- letsencrypt-dns<1.0.0
- miouwith-test
- uspf
Optionally used by
- conduit>=0.6.0 & <0.8.5