package dnsrobot
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml client for DNS Robot API - DNS lookups, WHOIS, SSL checks, and network tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1.0.tar.gz
sha256=05347d342845231a8ef5aac681ac343ff1415917ac87875add8c160fefe147b9
doc/README.html
dnsrobot
Official OCaml client for DNS Robot - DNS lookups, WHOIS, SSL checks, and 50+ network tools.
Install
opam install dnsrobotUsage
open Lwt.Infix
let () =
Lwt_main.run (
Dnsrobot.dns_lookup "example.com" >|= fun result ->
print_endline (Yojson.Safe.pretty_to_string result)
)Available Functions
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 |
License
MIT
Links
- Website: dnsrobot.net
- All Tools: dnsrobot.net/all-tools
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page