RevealTheme logo

Consulta de DNS

Consulta los registros DNS (A, AAAA, MX, TXT, NS, CNAME) de cualquier dominio. Útil para depurar correo, alojamiento y configuración SSL.

Cómo usar esta herramienta

  1. 1

    Type a domain name such as example.com into the input field (enter the bare domain, not a full https:// URL).

  2. 2

    Click Lookup DNS to send the query.

  3. 3

    Read the returned record sets in the JSON panel below, grouped by record type (A, AAAA, NS, SOA, MX, TXT).

  4. 4

    Edit the domain and run it again to compare another host or re-check after a DNS change.

¿Qué es el DNS?

El DNS (Sistema de Nombres de Dominio) asigna nombres de dominio legibles para las personas a direcciones IP de las máquinas. Cada vez que visitas un sitio, tu navegador pregunta a los servidores DNS por la dirección IP que lo aloja. Los registros DNS controlan más que las direcciones IP: los registros MX dirigen el correo, los TXT contienen tokens de verificación y SPF, y los NS definen qué proveedor de DNS es autoritativo. Esta herramienta consulta directamente a los servidores DNS autoritativos para obtener los datos más recientes.

Casos de uso comunes

  • Confirm an A or AAAA record points to the right server IP after migrating hosting providers.

  • Check MX records and their priorities when email is bouncing or not being delivered.

  • Verify a TXT record for SPF, DKIM, or a domain-ownership token required by Google, Microsoft, or an SSL issuer.

  • Find which name servers (NS) are authoritative for a domain before or after a registrar transfer.

  • Inspect the SOA serial number to see whether a recent zone change has actually been published.

  • Quickly compare the published records of two domains side by side while troubleshooting.

Preguntas frecuentes

¿Por qué mis cambios de DNS aún no son visibles?
Los registros DNS se almacenan en caché en cada nivel (navegador, sistema operativo, resolutor). El TTL (tiempo de vida) controla durante cuánto tiempo. Los cambios pueden tardar hasta 48 horas en propagarse globalmente.
¿Cuál es la diferencia entre A y CNAME?
A apunta un nombre directamente a una IP. CNAME apunta un nombre a otro nombre (que luego se resuelve a una IP). A es más rápido; CNAME es más flexible para servicios gestionados.
¿Qué hace un registro MX?
Indica a los remitentes de correo dónde entregar los mensajes de tu dominio. Varios registros MX crean conmutación por error mediante números de prioridad.

Herramientas relacionadas