DNS Lookup
A, AAAA, MX, NS, TXT, SOA and CAA records.
Records for afriregister.com
| Type | TTL | Value |
|---|---|---|
| A | 14220s | 149.102.157.47 |
| MX | 14400s | mail.afriregister.com |
| NS | 86220s | ns02.afriregister.com |
| NS | 86220s | ns3.afriregister.com |
| NS | 86220s | ns9.afriregister.co.ke |
| TXT | 14400s | d8v7alui8o0k6tbj51e9s3kotv |
| TXT | 14400s | v=spf1 +a +mx +ip4:149.102.157.47 +ip4:207.180.255.61 ~all |
| TXT | 3600s | google-site-verification=2zC8Lbc_ulpI7OWYV4t7XPXEBb3Q9MntGDD0QR8dASA |
| SOA | 86400s | mname=ns02.afriregister.com rname=technical.afriregister.com serial=2026040600 |
About DNS Lookup
This DNS lookup queries every common record type in one pass: A and AAAA for IPv4 and IPv6 addresses, MX for mail servers, NS for the authoritative nameservers, TXT for verification strings and SPF, SOA for the zone start of authority, CAA for certificate authority restrictions, and CNAME aliases. Each record returns with its time-to-live so you can see how long resolvers will cache the answer.
When to use it
Check this tool right after changing DNS at your registrar to confirm the new records are visible from the public resolver chain. Use it to compare what a candidate hosting provider's nameservers return versus your current setup. Sysadmins also rely on it to verify CAA records before issuing a new TLS certificate, since a misconfigured CAA can block Let's Encrypt and other CAs from issuing.
How to read the results
TTL values in seconds tell you how long a change will take to propagate after you reduce it. A records hold IPv4 addresses, AAAA holds IPv6. MX records show priority then target, lowest priority wins. NS records list the authoritative nameservers, which should match what your registrar shows. A missing CAA record means any public CA can issue certificates, which is often fine but worth knowing.
Frequently asked questions
Why do I see multiple A records for one hostname? ▾
Multiple A records mean DNS round-robin. The resolver picks one each query, spreading traffic across the listed IPs. Large sites combine this with anycast for redundancy and load distribution across regions.
What is the difference between an A and a CNAME record? ▾
An A record points directly to an IP address. A CNAME points to another hostname, which then resolves to an A record. CNAMEs cannot coexist with other records on the same name, including the apex.
How long until my DNS changes show up here? ▾
It depends on the TTL of the previous record. If the old TTL was 3600 seconds, expect up to an hour for caches to flush. New records with a low TTL appear quickly once the authoritative server returns them.
What does the SOA record tell me? ▾
The Start of Authority record holds the primary nameserver for the zone, the admin contact email (with dots instead of @), serial number, refresh and retry intervals, and minimum TTL. The serial increments on every zone change.