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.1/dns-7.0.1.tbz sha256=bc37b553535b6c83dc0f5026306dbae647bbeb9d42eb899db3b29c14750de1f5 sha512=6d36226a2b1938a54f50b6594fa010511dd925bdee36ae5af1d4270e340c91286282702348add9d93c2292ccd427c2a487ad6617e50d172e2ec77f3f8f198a73 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dns/dns.7.0.1/opam |
Required by
- dns-certify=7.0.1
- dns-cli=7.0.1
- dns-client=7.0.1
- dns-client-lwt=7.0.1
- dns-mirage=7.0.1
- dns-resolver=7.0.1
- dns-server=7.0.1
- dns-stub=7.0.1
- dns-tsig=7.0.1
- dnssec=7.0.1
- 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