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

4 lines
87 B
OCaml
Raw Normal View History

2023-06-11 10:54:58 +02:00
open Dnstoy
2023-07-04 13:13:02 +02:00
let () = print_endline (Network.resolve "www.mylloon.fr" Types.DNSType.a)