package dns-resolver
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
DNS resolver business logic
Install
dune-project
Dependency
Authors
Maintainers
Sources
dns-10.2.4.tbz
sha256=d852d15ca2f58db573679bf18688745600b91296e2e54486609869d666f3d12f
sha512=09d3b1cf76bccbff1a0c042922a3e9d6fa3605770d3d9d9aab3462f32d9156c87f6468b531f27dbcc1ce9030c1bd5f3c81c051f5f6a7ee7d802c1fddf1848058
doc/src/dns_resolver_mirage_shared/dns_resolver_mirage_shared.ml.html
Source file dns_resolver_mirage_shared.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20(* (c) 2017, 2018 Hannes Mehnert, all rights reserved *) type query_info = { fin : Ptime.t; question : Dns.Packet.Question.t; src : Ipaddr.t; rcode : Dns.Rcode.t; time_taken : int64; status : string } module type S = sig type t val resolve_external : t -> Ipaddr.t * int -> string -> [ `Close | `Data of int32 * string ] Lwt.t val primary_data : t -> Dns_trie.t val update_primary_data : t -> Dns_trie.t -> unit val update_tls : t -> Tls.Config.server -> unit val queries : t -> query_info Lwt_condition.t end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>