sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module K : Mirage_kv_lwt.RO
module Stack : Mirage_stack_lwt.V4
include S with type stack = Stack.t and type kv_ro = K.t
type stack = Stack.t
type kv_ro = K.t
val eventual_process_of_zonefiles :
t ->
string list ->
Dns.Packet.t Dns_server.process Lwt.t
Generate a Dns.Packet.tprocess
from a list
of filenames corresponding to zone files.
val serve_with_processor :
t ->
port:int ->
processor:(module Dns_server.PROCESSOR) ->
unit Lwt.t