DNS Lookup Tool
Look up DNS records and domain information
About DNS Lookup
DNS (Domain Name System) lookup is the process of translating domain names into IP addresses. Different record types provide different types of information about a domain.
Common DNS Record Types
- A: Maps domain to IPv4 address
- AAAA: Maps domain to IPv6 address
- CNAME: Creates alias to another domain
- MX: Specifies mail server for domain
- TXT: Stores text information (SPF, DKIM, etc.)
Note: This is a demonstration tool. Actual DNS lookups require server-side implementation or a DNS API service.