• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • mirage-dns

  • Documentation
  • mirage-dns lib
  • Dns_resolver_mirage Module
package mirage-dns
  • mirage-dns
    • Dns_resolver_mirage
      • Make
        • S
          • IPV4
          • TCPV4
          • UDPV4
        • Time
      • S
      • Static
    • Dns_server_mirage
      • Make
        • K
        • Stack
          • IPV4
          • TCPV4
          • UDPV4
      • S
    • Mdns_resolver_mirage
      • Chain
        • Local
        • Next
      • Client
      • Make
        • S
          • IPV4
          • TCPV4
          • UDPV4
        • TIME
Legend:
Library
Module
Module type
Parameter
Class
Class type
val default_ns : Ipaddr.V4.t
val default_port : int
module type S = sig ... end
type static_dns = {
  1. names : (string, Ipaddr.t) Hashtbl.t;
  2. rev : (Ipaddr.V4.t, string) Hashtbl.t;
}
module Static : S with type stack = static_dns
module Make (Time : Mirage_time_lwt.S) (S : Mirage_stack_lwt.V4) : S with type stack = S.t

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct