logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DNS Lookup - Query DNS Records | Online Free DevTools by Hexmos

Lookup DNS records with dog, a command-line DNS lookup utility. Supports DNS-over-TLS and DNS-over-HTTPS. Free online tool, no registration required.

dog

DNS lookup utility. It has colorful output, supports DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON. More information: https://github.com/ogham/dog#examples.

  • Lookup the IP(s) associated with a hostname (A records):

dog {{example.com}}

  • Query the MX records type associated with a given domain name:

dog {{example.com}} MX

  • Specify a specific DNS server to query (e.g. Cloudflare):

dog {{example.com}} MX @{{1.1.1.1}}

  • Query over TCP rather than UDP:

dog {{example.com}} MX @{{1.1.1.1}} {{[-T|--tcp]}}

  • Query the MX records type associated with a given domain name over TCP using explicit arguments:

dog {{[-q|--query]}} {{example.com}} {{[-t|--type]}} MX {{[-n|--nameserver]}} {{1.1.1.1}} {{[-T|--tcp]}}

  • Lookup the IP(s) associated with a hostname (A records) using DNS over HTTPS (DoH):

dog {{example.com}} {{[-H|--https]}} @{{https://cloudflare-dns.com/dns-query}}

See Also