dns.mirio.dev

DNS lookup powered by Cloudflare DNS-over-HTTPS. Use the form or curl the API.

curl

# Default A record lookup
curl https://dns.mirio.dev/example.com

# Specific record type
curl https://dns.mirio.dev/example.com?type=MX

# JSON response (full DoH payload)
curl https://dns.mirio.dev/example.com?type=TXT&format=json

# Supported types: A, AAAA, CAA, CNAME, MX, NS, PTR, SOA, SRV, TXT