dns
An opinionated Domain Name System (DNS) library
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 27 Oct 2021
- Authors
- Maintainers
Sources
dns-v6.0.1.tbz
sha256=b26c2a62a534501929962f12e5aa71b025bd457cf032e4a0ea8ed645b6febae1
sha512=b22342807aa48a2dc1c0fcaa079e136f078e3b85614e97646535330322edb927d619aa5fb5640e120b9698803b12cccc0ec2bb40fb59e3a50b16488f9d16d3bd
Dependencies
duration
>= "0.1.2"
lru
>= "0.3.0"
alcotest
with-test
ipaddr
>= "5.2.0"
cstruct
>= "6.0.0"
gmap
>= "0.3.0"
domain-name
>= "0.3.0"
fmt
>= "0.8.8"
ocaml
>= "4.08.0"
dune
>= "1.2.0"
Reverse Dependencies
dns-certify
= "6.0.1"
dns-cli
= "6.0.1"
dns-client
= "6.0.1"
dns-mirage
= "6.0.1"
dns-resolver
= "6.0.1"
dns-server
= "6.0.1"
dns-stub
= "6.0.1"
dns-tsig
= "6.0.1"
git-mirage
= "3.6.0"
letsencrypt
< "0.3.0"
Conflicts
result
< "1.5"