package dns
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
An opinionated Domain Name System (DNS) library
Install
dune-project
Dependency
Authors
Maintainers
Sources
dns-10.2.2.tbz
sha256=5123d7167f5fb3a5ab70cf0b3ccc965089ec440dc07edeabf8c0568ee737a7f0
sha512=4e5945435f280591c158ab03fec19dc0c807fb713d6ee68873939899c49175f39af1fbcd135517514a3ab088993356a4c303f7dce5e18d403d4630a33bad9076
doc/dns/Dns/Dnskey/index.html
Module Dns.DnskeySource
DNS keys
A DNS key record (DNSKEY) specifies flags, algorithm, and key data.
The type of DNSKEY flags.
of_string str attempts to parse str to a dnskey. The colon character (:) is used as separator, supported format is: algorithm:keydata. Flags are not supported.
to_string key is a string where the colon character (:) is used as separator. The output is algorithm:keydata. Flags are not supported.
name_key_of_string str attempts to parse str to a domain name and a dnskey. The colon character (:) is used as separator.
name_key_to_string (name, key) is a string name:algorithm:keydata. The colon character (:) is used as separater.
digest_prep name key encodes name and key into a buffer, as preparation for computing its digest (for DS records).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>