DNS Lookup

Resolve domain to IP

Input

Run a DNS query from our server using dig, bypassing your local browser and OS cache. Retrieves A, AAAA, and CNAME records.

Terminal

Console ready. Execute a command to see output...

About DNS Lookup

The Phonebook of the Internet

Computers don't speak English, they speak numbers. DNS (Domain Name System) is the translator that turns a domain name into an IP address.

Record Types You'll See

  • A Record: "Address". The fundamental map to an IPv4 server.
  • AAAA: The modern IPv6 address (future-proofing).
  • CNAME: "Canonical Name". A forwarding address. "Go ask that domain instead."

How to use DNS Lookup

  1. Enter the domain
    Type the domain name (like example.com) into the field. No http:// and no trailing slash.
  2. Pick the record type
    Choose A for an IPv4 address, AAAA for IPv6, or CNAME for an alias. Other record types live in their own tools: MX Lookup, TXT Lookup, NS Lookup.
  3. Run the lookup
    Hit the Lookup button. The query runs from our server via dig, bypassing your browser and OS cache. The answer reflects what our server currently sees, which is usually fresher than your local stack.
  4. Read the result
    Each line in the terminal panel is a record value. Copy what you need, or switch the record type and look up again to dig further.

Frequently Asked Questions

Your browser and ping go through whichever resolver your OS is set to (your ISP, 1.1.1.1, 8.8.8.8, NextDNS, etc.), and those resolvers plus the browser cache layer hold answers for the record's TTL. This tool runs the query from our server using dig, which bypasses your local browser and OS caches entirely. The result is still subject to short-lived caching on our side, but it is a fresher answer than waiting for your local caches to expire after a DNS change.