DNS Lookup

Query A, AAAA, CNAME, MX, TXT, and NS records for any host address dynamically from your browser using DNS-over-HTTPS.

Query DNS Server

Type
Quick selection:

Frequently Asked Questions

Is my data sent to a server when using the DNS Lookup?
No. The DNS Lookup is a fully client-side utility. All data processing, calculations, and conversions are handled locally in your browser. No input text, payloads, or keys are uploaded to any external server.
What is CIDR block notation?
CIDR (Classless Inter-Domain Routing) notation specifies an IP address followed by a slash and prefix bit-count (e.g. `/24`), defining the size of the network routing prefix.
Can I safely calculate subnets for private networks?
Yes. Since calculations happen locally in JavaScript, you can safely parse private IP allocations (like `10.0.0.0/8` or `192.168.1.0/24`) without exposing internal architecture.
What is the difference between IPv4 and IPv6 subnetting?
IPv4 uses 32-bit addresses mapped into 4 octets, whereas IPv6 uses 128-bit hexadecimal notation, offering a vastly larger subnet workspace with prefix guidelines like `/64`.
Does the DNS Lookup store history or cache my inputs?
No. The application runs entirely in browser memory. Once you refresh the tab, navigate away, or close the window, all inputted details, logs, and outputs are completely cleared.
Is the DNS Lookup compatible with mobile devices?
Yes. The interface is optimized to be fully responsive. You can perform calculations, conversions, and formats on all modern mobile, tablet, and desktop web browsers.
Does the DNS Lookup work offline?
Yes. Once loaded, all code and assets required to run the DNS Lookup reside in your browser cache, enabling offline use without an active network connection.