Up

module Zone

: sig
#
exception Zone_parse_error of int

Raised when load fails to parse the zone. Argument indicates line number.

#
val load : ?db:Loader.db -> string list -> string -> Loader.db

Load a domain's zone from a string buffer, into db.

end