DNS Lookup Frontend-only • Param-driven
Query DNS records with a clean, focused interface. Prefill via URL params like ?domain=example.com&type=A.
Live UI
GET /api/dns-lookup
Query builder Client-side
URL-driven Copy & shareable
e.g. example.com
https://
Common types
URL params: domain, type
Idle
Ready
Endpoint: /api/dns-lookup
Results No query yet
Awaiting lookup
Enter a domain and record type, then hit Lookup. You can also deep-link with URL params.
?domain=example.com&type=A ?domain=example.com&type=MX ?domain=example.com&type=TXT
Shareable Copy the URL after a lookup to reproduce the query.
Tip: Wire this UI to your DNS API in performLookup().