| Status | Check | Details & Recommendation |
|---|---|---|
| OK | NS Records |
NS records define which nameservers are authoritative for this domain.
|
| OK | NS Redundancy |
Multiple nameservers provide redundancy and load distribution.
|
| OK | NS A Records |
Nameservers must have valid A records to be reachable.
|
| OK | NS Different Subnets |
Having nameservers on different IP subnets provides better fault tolerance.
|
| OK | NS Connectivity |
Nameservers must be reachable to answer DNS queries.
|
| OK | NS Connectivity |
Nameservers must be reachable to answer DNS queries.
|
| Status | Check | Details & Recommendation |
|---|---|---|
| OK | SOA Record |
The SOA record is the primary record for your DNS zone and is required by RFC 1035.
|
| OK | SOA Serial Format |
The YYYYMMDDNN format makes it easy to track when the zone was last updated.
|
| OK | SOA Refresh |
The refresh interval controls how often secondary nameservers check for zone updates.
|
| OK | SOA Retry |
The retry interval controls how often a secondary retries after a failed refresh.
|
| OK | SOA Expire |
The expire value defines how long a secondary will serve zone data without a successful refresh.
|
| OK | SOA Minimum TTL |
The minimum TTL is used for negative caching (NXDOMAIN responses).
|
| Status | Check | Details & Recommendation |
|---|---|---|
| OK | A Records |
A records point your domain to IPv4 web server addresses.
|
| OK | AAAA Records |
AAAA records provide IPv6 connectivity for your domain.
|
| OK | WWW Record |
www subdomain resolves correctly.
|
| Status | Check | Details & Recommendation |
|---|---|---|
| OK | MX Records |
MX records specify which mail servers accept email for your domain.
|
| ERROR | MX A Record |
Every MX host must have a valid A record. Without it, other mail servers cannot connect to deliver email.
|
| WARN | MX Redundancy |
A backup MX with higher priority number ensures email is queued and delivered even if your primary mail server is down.
|
| Status | Check | Details & Recommendation |
|---|---|---|
| OK | SPF Record |
SPF record found. This helps prevent email spoofing from your domain.
|
| OK | SPF Policy |
-all rejects email from unauthorized servers, providing the strongest SPF protection.
|
| OK | DMARC Record |
DMARC record found. This provides policy enforcement for email authentication.
|
| OK | DMARC Policy |
p=reject instructs receiving servers to reject email that fails DMARC checks.
|
| OK | DKIM Record |
DKIM (DomainKeys Identified Mail) uses cryptographic signatures to verify that email was sent by an authorized server and was not tampered with. RFC 6376.
|
| Status | Check | Details & Recommendation |
|---|---|---|
| INFO | CAA Records |
CAA (Certification Authority Authorization) records prevent unauthorized certificate authorities from issuing SSL/TLS certificates for your domain. RFC 6844.
|
| INFO | Other TXT Records |
TXT records are used for various purposes including domain verification, email authentication, and other services.
|