package dns-server
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
DNS server, primary and secondary
Install
dune-project
Dependency
Authors
Maintainers
Sources
dns-10.2.5.tbz
sha256=23af091a6e4c13322b7f9094577e6d72dfcd5e23c4ec00fa3520edb4ff9f5fef
sha512=36b2e4eef2fd9f27bdafba10a86b078cb37e4cd461b363a57b71ca9bd7493ec2388cd9e44c374f1c2a65b73e0dd16c959aed7bd0f91151b3027737b44d4c9332
doc/dns-server.zone/Dns_zone/index.html
Module Dns_zoneSource
parse data attempts to parse the data, given in zone file format. It either returns the content as a map, or an error.
decode_keys zone data decodes DNSKEY in data, and ensure that all are within zone. Errors are logged via the logs library.
decode_zones (name, data) parses the zones data with the names name, and constructs a trie that has been checked for consistency. The set of zones are returned, together with the constructed trie. Errors and inconsistencies are logged via the logs library, and the respective zone data is ignored.
Source
val decode_zones_keys :
(string * string) list ->
Domain_name.Set.t * Dns_trie.t * ([ `raw ] Domain_name.t * Dns.Dnskey.t) listdecode_zones_keys (name, data) is decode_zones, but also if a name ends with "_keys", the Dnskey records are decoded (using decode_keys and are added to the last part of the return value.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>