DNS Lookup
Query DNS records for any domain
Related Tools
.env Generator
Generate secure .env files for your projects with best practices
Favicon Generator
Create favicons for all platforms (Web, iOS, Android) from text or image
HTML Entity Encoder
Encode and decode HTML entities to prevent XSS and ensure proper rendering
HTTP Status Codes
Complete list of HTTP status codes with explanations and troubleshooting
IP Address Lookup
Find geolocation and network details for any IP address
JWT Decoder
Decode and debug JSON Web Tokens (JWT) without sending them to a server
Advanced DNS Lookup Tool
The Domain Name System (DNS) is the phonebook of the internet, translating human-readable domain names (like google.com) into machine-readable IP addresses. This tool allows developers and network administrators to query specific DNS records directly from Cloudflare's 1.1.1.1 resolver via DNS-over-HTTPS (DoH), bypassing local ISP caches for the most up-to-date results.
Essential Record Types
- A IPv4 AddressPoints the domain to a 32-bit IP address (e.g., 192.168.1.1).
- AAAA IPv6 AddressPoints to a 128-bit IP address, the modern standard.
- MX Mail ExchangeSpecifies the mail servers responsible for accepting email on behalf of your domain.
- TXT Text RecordsArbitrary text. Critical for SPF (email security), DKIM, and domain ownership verification.
Troubleshooting Scenarios
- 📧 Email Not delivering? Check your MX records. If they point to an old server or are missing, email will fail. Also verify your SPF record (TXT) includes your mail provider.
- 🔒 SSL Certificate Errors? Ensure your CNAME or A records point exactly where your hosting provider requires. Some certs fail if the `www` subdomain isn't configured.
- 🌐 Website Down? Use `d` to find the authoritative nameservers (NS records). If these are incorrect, the entire domain goes offline.
