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). In a similar vein, wildcard records are not supported, and it is
unlikely they'll ever be in this library. 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.
Author | Hannes Mehnert <hannes@mehnert.org> |
---|---|
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 | |
Source [http] | https://github.com/mirage/ocaml-dns/releases/download/v4.3.1/dns-v4.3.1.tbz sha256=ffd358ea2d1174918435e3d28eb7e86f6fe863b26b62145fc4e1ab715e7c7c3d sha512=64e7cb4db37ba23d82fbcb0d79977d2a3b6b274b126b82c45f9a63a319b50f4a3afb5aa8717b702f2dc9b8bdfaac4f809b0b7c8cdb6448c6ce1518f4c2898971 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dns/dns.4.3.1/opam |
Required by
- dns-certify=4.3.1
- dns-cli=4.3.1
- dns-client=4.3.1
- dns-mirage=4.3.1
- dns-resolver=4.3.1
- dns-server=4.3.1
- dns-tsig=4.3.1
- letsencrypt<0.3.0
- letsencrypt-dns<1.0.0
- miouwith-test
Optionally used by
- conduit>=0.6.0 & <0.8.5