DNS & domains
Records, TTL, transfers, rDNS, DNSSEC, and troubleshooting.
A vs AAAA vs CNAMEAn A record maps a name to IPv4, AAAA maps to IPv6, and CNAME aliases one name to another. Learn how to set them without leftover records or…Updated Aug 29, 2026
MX, SPF, and TXT togetherAn MX record steers where mail is received. SPF is a TXT record that lists who may send. Keep both aligned with your real mail path so delivery…Updated Aug 29, 2026
Nameserver change vs glueA nameserver change at the registrar points the world at new DNS servers. Glue records are parent-zone A or AAAA data needed when those server names live inside…Updated Aug 29, 2026
TTL strategy for cutoversLower A and AAAA TTLs a day before a cutover, wait out the old TTL, change the records, watch resolution, then raise TTL again so caches converge cleanly.Updated Aug 29, 2026
Domain transfer, lock, and EPPA domain transfer moves registration, not your site. Turn the lock off, use a fresh EPP code, and keep the old registrar open until the transfer finishes.Updated Aug 29, 2026
Wildcard DNSWildcard DNS is a *.example.com record that answers hostnames you did not create one by one. It is not a wildcard certificate, and AutoSSL will not cover every…Updated Aug 29, 2026
rDNS and PTRA PTR record maps an IP address back to a hostname. Mail servers check it, so that name should resolve forward to the same IP and match your…Updated Aug 29, 2026
DNSSEC in plain languageDNSSEC signs your zone so forged DNS answers are harder to pull off. The DS at the parent must match the keys in the zone, or validators return…Updated Aug 29, 2026
Split-horizon DNS and preview hostsSplit-horizon DNS returns different answers inside a network than on the public internet. A hosts file does the same on one laptop, so always compare local and public…Updated Aug 29, 2026
Troubleshooting with digUse dig against ns1 for the live zone, then a public resolver for cache TTL. +trace walks the tree when the NS set is unclear. Ping is not…Updated Aug 29, 2026
CNAME flattening at the apexCNAME flattening synthesizes A and AAAA at the bare domain because classic DNS forbids a CNAME there. On LogicWeb cPanel DNS, set A and AAAA yourself and keep…Updated Aug 29, 2026
MX priority, without folkloreMX priority means lower numbers are tried first. Use a true queueing backup, remove dead MX names, and treat priority as preference—not speed or automatic failover.Updated Aug 29, 2026
TXT records that are too longTXT records are stored in 255-byte chunks. Long SPF from flattening, duplicate DKIM, or bloated DMARC often break limits. Check dig output and keep one clean SPF at…Updated Aug 29, 2026
NS at the registrar vs NS in the zoneThe registrar NS set is what the TLD publishes for your domain. Keep in-zone NS matching that set, and change nameservers at the registrar—not only in cPanel.Updated Aug 29, 2026
Leftover AAAA recordsA leftover AAAA after an IPv4 move sends dual-stack phones to the old server while office v4 Wi-Fi looks fine. Align AAAA with the new host or remove…Updated Aug 29, 2026
SRV recordsAn SRV record points a named service to a hostname, port, priority, and weight. Enter vendor values exactly in cPanel; WordPress and browsers do not use SRV for…Updated Aug 29, 2026
CAA issuewild vs issueCAA issue covers hostnames; CAA issuewild covers wildcard certificates. Set both on purpose, or AutoSSL and some commercial CAs may refuse the cert you want.Updated Aug 29, 2026
DS records at the parentA DS record is the parent’s hash of your DNSSEC key. When it no longer matches the live DNSKEY, validators SERVFAIL. Enable, roll, and disable only with the…Updated Aug 29, 2026
When to lower TTL — and when not toLower TTL a day before a planned DNS move so caches can expire in time. Do not drop it during an outage already cached, and raise it again…Updated Aug 29, 2026
DNAME vs CNAME, and why you probably want neither at the apexA real CNAME at the zone apex breaks MX and TXT at that same name. Prefer A or AAAA there, or flattening you can see in the panel,…Updated Aug 29, 2026
Point Cloudflare at LogicWeb without breaking mailProxy only website A records through Cloudflare, leave MX and mail hostnames grey, and use SSL Full (strict) so AutoSSL on your LogicWeb origin keeps working.Updated Aug 29, 2026