Official OCaml client for DNS Robot - DNS lookups, WHOIS, SSL checks, and 50+ network tools.
opam install dnsrobotopen Lwt.Infix
let () =
Lwt_main.run (
Dnsrobot.dns_lookup "example.com" >|= fun result ->
print_endline (Yojson.Safe.pretty_to_string result)
)Function | Description | Online Tool |
|---|---|---|
| DNS record lookup | |
| WHOIS registration info | |
| SSL/TLS certificate | |
| SPF record validation | |
| DKIM record check | |
| DMARC policy check | |
| Mail server records | |
| Nameserver records | |
| IP geolocation | |
| HTTP response headers | |
| Port availability |
MIT