package dns
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An opinionated Domain Name System (DNS) library
Install
dune-project
Dependency
Authors
Maintainers
Sources
dns-v4.6.3.tbz
sha256=be69bc317369409fc4dfbab1120ced7510313888105a4d13071b962a07e1fd3c
sha512=32082237c7ae922edc63822fe0f6447fb83b9fb40546a196cda4904078b4129e601b4413c95b7c51e012f27c654324e18619ab8aed53969ff07fded13378c2c6
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.
Published: 11 Jan 2021
Dependencies (14)
Dev Dependencies (1)
-
alcotest
with-test
Used by (3)
-
dns-client
= "4.6.3" -
letsencrypt-dns
< "1.0.0" - miou
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page