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
2023-07-04 13:13:02 +02:00

3 lines
87 B
OCaml

open Dnstoy
let () = print_endline (Network.resolve "www.mylloon.fr" Types.DNSType.a)