mte/unikernel/duniverse/ocaml-dns/miou/client/dns_client_miou_unix.mli
2025-11-11 02:07:51 +01:00

6 lines
255 B
OCaml

module Transport : Dns_client.S
with type io_addr = [ `Plaintext of Ipaddr.t * int | `Tls of Tls.Config.client * Ipaddr.t * int ]
and type +'a io = 'a
and type stack = Happy_eyeballs_miou_unix.t
include module type of Dns_client.Make (Transport)