This repository has been archived on 2024-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
dns-toy/bin/main.ml

3 lines
89 B
OCaml

open Dnstoy
let () = print_endline (Network.resolve "www.facebook.com" Types.DNSType.a)