RevealTheme logo

Ricerca DNS

Interroga i record DNS (A, AAAA, MX, TXT, NS, CNAME) di qualsiasi dominio. Utile per il debug di posta elettronica, hosting e configurazione SSL.

Come usare questo strumento

  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.

Che cos'è il DNS?

Il DNS (Domain Name System, Sistema dei Nomi di Dominio) associa i nomi di dominio leggibili dalle persone agli indirizzi IP delle macchine. Ogni volta che visita un sito, il suo browser chiede ai server DNS l'indirizzo IP che lo ospita. I record DNS controllano più dei semplici indirizzi IP: i record MX instradano la posta, i record TXT contengono token di verifica e SPF, e i record NS definiscono quale provider DNS è autoritativo. Questo strumento interroga direttamente i server DNS autoritativi per ottenere i dati più recenti.

Casi d'uso comuni

  • 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.

Domande frequenti

Perché le mie modifiche al DNS non sono ancora visibili?
I record DNS vengono memorizzati nella cache a ogni livello (browser, sistema operativo, resolver). Il TTL (time to live) controlla per quanto tempo. Le modifiche possono richiedere fino a 48 ore per propagarsi a livello globale.
Qual è la differenza tra A e CNAME?
A punta un nome direttamente a un IP. CNAME punta un nome a un altro nome (che poi viene risolto in un IP). A è più veloce; CNAME è più flessibile per i servizi gestiti.
Che cosa fa un record MX?
Indica ai mittenti di posta dove recapitare i messaggi del suo dominio. Più record MX creano un meccanismo di failover tramite numeri di priorità.

Strumenti correlati