{
  "id": "dns-lookup",
  "slug": "dns-lookup",
  "title": "DNS Lookup",
  "description": "Query DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA) for any public domain.",
  "category": "networking",
  "tags": ["dns", "lookup", "mx", "txt", "ns", "domain"],
  "icon": "globe",
  "needsBackend": true,
  "relatedModules": ["ping"],
  "seoIntro": "DNS (Domain Name System) translates human-readable hostnames into IP addresses and other records. This tool resolves DNS records for any public domain name from our server. Queries are rate-limited and cached briefly to keep the service free for everyone.",
  "seoFaq": [
    { "q": "Which record types are supported?", "a": "A, AAAA, MX, TXT, NS, CNAME, SOA and CAA." },
    { "q": "Why are some queries throttled?", "a": "To keep the service available to everyone we apply per-IP rate limits on backend lookups." }
  ]
}
