This repository has been archived on 2024-05-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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)