= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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