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.6.0/dns-v4.6.0.tbz sha256=9b7a09eb469ddc144c33d7f4441c42af488ec97b4f94bb80d197c890d8e57abe sha512=7f56279478de6fcca09b5a680fc13b2879fcec4657029ce6020748ca43ca74e1498da531e11558427e3f52f152cddf2cf47968ce6317e6d67dc65aa979055d05 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dns/dns.4.6.0/opam |
Required by
- dns-certify=4.6.0
- dns-cli=4.6.0
- dns-client=4.6.0
- dns-mirage=4.6.0
- dns-resolver=4.6.0
- dns-server=4.6.0
- dns-stub=4.6.0
- dns-tsig=4.6.0
- letsencrypt<0.3.0
- letsencrypt-dns<1.0.0
- miouwith-test
Optionally used by
- conduit>=0.6.0 & <0.8.5