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.2.tbz
sha256=5123d7167f5fb3a5ab70cf0b3ccc965089ec440dc07edeabf8c0568ee737a7f0
sha512=4e5945435f280591c158ab03fec19dc0c807fb713d6ee68873939899c49175f39af1fbcd135517514a3ab088993356a4c303f7dce5e18d403d4630a33bad9076
doc/dns-server/Dns_server/Secondary/index.html
Module Dns_server.SecondarySource
The state of a secondary DNS server.
data s is the zone data of s.
with_data s trie is s with its data replaced by trie.
Source
val create :
?primary:Ipaddr.t ->
tsig_verify:Dns.Tsig_op.verify ->
tsig_sign:Dns.Tsig_op.sign ->
rng:(int -> string) ->
('a Domain_name.t * Dns.Dnskey.t) list ->
screate ~primary ~tsig_verify ~tsig_sign ~rng keys creates a secondary DNS server state.
Source
val handle_packet :
?packet_callback:packet_callback ->
s ->
Ptime.t ->
int64 ->
Ipaddr.t ->
Dns.Packet.t ->
'a Domain_name.t option ->
s * Dns.Packet.t option * (Ipaddr.t * string) optionhandle_packet s now ts ip proto key t handles the incoming packet.
Source
val handle_buf :
?packet_callback:packet_callback ->
s ->
Ptime.t ->
int64 ->
Dns.proto ->
Ipaddr.t ->
string ->
s * string option * (Ipaddr.t * string) optionhandle_buf ~packet_callback s now ts proto src buf decodes buf, processes with handle_packet, and encodes the results.
timer s now ts may request SOA or retransmit AXFR.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>