{"id":1764,"date":"2026-02-14T22:50:26","date_gmt":"2026-02-14T22:50:26","guid":{"rendered":"https:\/\/webquickster.com\/blog\/?p=1764"},"modified":"2026-02-14T23:09:58","modified_gmt":"2026-02-14T23:09:58","slug":"dns-records-explained-support-guide","status":"publish","type":"post","link":"https:\/\/webquickster.com\/blog\/dns-records-explained-support-guide\/","title":{"rendered":"DNS Records Explained \u2013 Support Guide"},"content":{"rendered":"\n<div id=\"faq-top\" class=\"faq-section\">\n  <details>\n    <summary>What is DNS in simple terms?<\/summary>\n    <p>DNS connects your domain name (like yourdomain.com) to the servers and services behind it, such as your website and email.<\/p>\n  <\/details>\n\n  <details>\n    <summary>Why don\u2019t DNS changes work instantly?<\/summary>\n    <p>DNS changes are applied immediately on name servers, but due to caching (TTL), updates can take time to propagate worldwide.<\/p>\n  <\/details>\n\n  <details>\n    <summary>What does an A record do?<\/summary>\n    <p>An A record points a hostname to an IPv4 address. It\u2019s commonly used to connect your domain or subdomain to a server IP.<\/p>\n  <\/details>\n\n  <details>\n    <summary>Is CNAME the same as forwarding?<\/summary>\n    <p>No. CNAME is DNS level aliasing. Forwarding is website redirection.<\/p>\n  <\/details>\n\n  <details>\n    <summary>Why did my email stop working after DNS changes?<\/summary>\n    <p>Incorrect or missing MX or TXT (SPF) records can prevent email from working properly.<\/p>\n  <\/details>\n<\/div>\n\n\n\n\n<h1>DNS Records Explained (Support Guide for WebQuickster Users)<\/h1>\n<p><strong>What each DNS record type does \u2014 and when to use it<\/strong><\/p>\n\n<p>DNS is what connects your domain name (like yourdomain.com) to the services behind it.<\/p>\n\n<p>When someone visits your website or sends you an email, DNS decides:<\/p>\n<ul>\n  <li>which server your website points to<\/li>\n  <li>which mail server receives emails<\/li>\n  <li>which services are allowed to use your domain<\/li>\n<\/ul>\n\n<p>You can manage all DNS records for your domain from your WebQuickster dashboard.<\/p>\n\n<p><strong>Important to know:<\/strong><\/p>\n<ul>\n  <li>DNS changes are applied immediately on the name servers<\/li>\n  <li>But due to caching (TTL), changes can take time to update worldwide<\/li>\n  <li>It\u2019s normal if changes don\u2019t work everywhere instantly<\/li>\n<\/ul>\n\n<blockquote class=\"wq-insight\">\n  <p><strong>WebQuickster Insight:<\/strong> WebQuickster\u2019s dashboard shows all DNS record types in one place (User domains), so you can manage websites, email, and service connections without switching tools. Only change advanced DNS records if a service provides exact instructions.<\/p>\n<\/blockquote>\n\n<h2>The Most Common DNS Records (Used by Most Customers)<\/h2>\n\n<h3>A record<\/h3>\n<p>Points a hostname to an IPv4 address. Use this to connect your domain or subdomain to a server IP.<\/p>\n<p><em>Example:<\/em> Point yourdomain.com to your website server.<\/p>\n\n<h3>AAAA record<\/h3>\n<p>Same as A record, but for IPv6 addresses.<\/p>\n\n<h3>CNAME record<\/h3>\n<p>Creates an alias from one hostname to another hostname. The destination must be a hostname (not an IP address).<\/p>\n<p><strong>Important:<\/strong><\/p>\n<ul>\n  <li>CNAME cannot be used on the root domain<\/li>\n  <li>CNAME is not the same as URL forwarding<\/li>\n<\/ul>\n\n<h3>MX record<\/h3>\n<p>Tells the internet which mail server should receive emails for your domain.<\/p>\n<ul>\n  <li>The destination must be a hostname<\/li>\n  <li>MX records use priority (lowest number = used first)<\/li>\n<\/ul>\n\n<h3>TXT record (incl. SPF)<\/h3>\n<p>Stores text information in DNS. Often used for:<\/p>\n<ul>\n  <li>SPF (email sending permissions)<\/li>\n  <li>domain verification<\/li>\n  <li>security checks<\/li>\n<\/ul>\n\n<h3>NS record<\/h3>\n<p>Tells which name servers handle your domain. Normally only changed if you move DNS to another provider.<\/p>\n\n<h2>Advanced DNS Records (Use Only If a Service Tells You To)<\/h2>\n<p>These records are usually provided by technical services, security setups, or special providers. Only add them if you are given exact values.<\/p>\n\n<ul>\n  <li><strong>CAA<\/strong> \u2013 Controls which Certificate Authorities can issue SSL certificates for your domain.<\/li>\n  <li><strong>SRV<\/strong> \u2013 Used by some applications (VoIP, chat systems, services discovery).<\/li>\n  <li><strong>PTR<\/strong> \u2013 Reverse DNS (IP \u2192 hostname). Typically managed by hosting providers.<\/li>\n  <li><strong>DNSKEY \/ DS \/ TLSA \/ KEY \/ IPSECKEY<\/strong> \u2013 Security related records (DNSSEC, TLS validation, secure services).<\/li>\n<\/ul>\n\n<h2>Common Questions<\/h2>\n\n<p><strong>How long do DNS changes take to work?<\/strong><br>\nUsually minutes to hours. In rare cases up to 24\u201348 hours due to DNS caching worldwide.<\/p>\n\n<p><strong>Can I break my website by editing DNS?<\/strong><br>\nYes. Incorrect records can cause downtime. Only change DNS if you know what the service requires.<\/p>\n\n<p><strong>Is CNAME the same as forwarding?<\/strong><br>\nNo. CNAME is DNS level aliasing. Forwarding is website redirection.<\/p>\n\n<p><strong>Why does my email stop working after DNS changes?<\/strong><br>\nMX or TXT (SPF) records may be incorrect or missing.<\/p>\n\n<h2>Final Tip<\/h2>\n<p>If a service asks you to \u201cadd a DNS record\u201d:<\/p>\n<ul>\n  <li>copy the values exactly<\/li>\n  <li>choose the correct record type<\/li>\n  <li>wait for DNS propagation<\/li>\n  <li>test after changes<\/li>\n<\/ul>\n\n<p>If you\u2019re unsure, contact support before changing DNS.<\/p>\n\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is DNS in simple terms?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"DNS connects your domain name (like yourdomain.com) to the servers and services behind it, such as your website and email.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why don\u2019t DNS changes work instantly?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"DNS changes are applied immediately on name servers, but due to caching (TTL), updates can take time to propagate worldwide.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does an A record do?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"An A record points a hostname to an IPv4 address and is commonly used to connect your domain to a server.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is CNAME the same as forwarding?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. CNAME is DNS level aliasing. Forwarding is website redirection.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why did my email stop working after DNS changes?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Email issues usually occur when MX or TXT (SPF) records are incorrect or missing after DNS changes.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>What is DNS in simple terms? DNS connects your domain name (like yourdomain.com) to the servers and services behind it, such as your website and email. Why don\u2019t DNS changes work instantly? DNS changes are applied immediately on name servers, but due to caching (TTL), updates can take time to propagate worldwide. What does an [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1766,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1764","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-help"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/posts\/1764","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/comments?post=1764"}],"version-history":[{"count":3,"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/posts\/1764\/revisions"}],"predecessor-version":[{"id":1770,"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/posts\/1764\/revisions\/1770"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/media\/1766"}],"wp:attachment":[{"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/media?parent=1764"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/categories?post=1764"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webquickster.com\/blog\/wp-json\/wp\/v2\/tags?post=1764"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}