{"id":20749,"date":"2022-04-01T08:29:12","date_gmt":"2022-04-01T06:29:12","guid":{"rendered":"https:\/\/kunskap.websupport.se\/kb\/what-different-types-of-dns-records-are-there\/"},"modified":"2024-09-02T15:35:17","modified_gmt":"2024-09-02T13:35:17","slug":"what-different-types-of-dns-records-are-there","status":"publish","type":"ht_kb","link":"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/","title":{"rendered":"What different types of DNS records are there?"},"content":{"rendered":"<span class=\"su-label su-label-type-success\">Instruktioner l\u00e4mpliga f\u00f6r nyb\u00f6rjare<\/span>\n\n<p style=\"font-size:18px\">DNS is a technology used on the Internet and computer networks to translate domain names into IP addresses, which simplifies communication on the internet. The usual example is to see it as a phonebook where you assign a name (domain) to each number (IP number)<\/p>\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n<p>With the help of DNS, you don&#8217;t need to remember every web pages IP address. All you need to know is the domain name. When you enter the domain, the browser finds which DNS server the domain is on and the DNS server then finds the IP address set for the domain. There are several different types of DNS records that have different functions. The following entries are the most used. <\/p>\n\n<h2 class=\"wp-block-heading\">A-records<\/h2>\n\n<p>A-records are used to set a domain against a specific IP address. The content of this IP address is retrieved when the user visits the domain or subdomain. You can set any IP address for each domain\/subdomain. The IP address needs to be specified in IPv4 format (eg 37.9.168.19). Use AAAA-records for an IPv6 IP address.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Hur ser en A-pekare ut?<\/strong><\/h3>\n\n<pre class=\"wp-block-preformatted\">* 600 IN A 37.9.175.13<\/pre>\n<a href=\"https:\/\/kunskap.websupport.se\/kb\/a-pekare\/\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2d7aef;border-color:#2462c0;border-radius:34px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6ca2f4;border-radius:34px;text-shadow:none\"> Instruktioner f\u00f6r att st\u00e4lla in A-pekare \u00bb<\/span><\/a>\n\n<h2 class=\"wp-block-heading\">MX-record<\/h2>\n\n<p><strong>MX-records<\/strong>(<em>mail exchanger<\/em>) are used to direct email traffic for your domain. You can set multiple MX-records for a single domain. Emails are directed by the priority set on the MX-records. MX-records are entered in text form (mailin1.example.se). Not as an IP address.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Hur ser en MX-pekare ut?<\/strong><\/h3>\n\n<pre class=\"wp-block-preformatted\">@ 600 IN MX 10 mailin1.example.tld.\n@ 600 IN MX 100 mailin2.example.tld.<\/pre>\n<a href=\"https:\/\/kunskap.websupport.se\/kb\/mx-pekare\/\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2d7aef;border-color:#2462c0;border-radius:34px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6ca2f4;border-radius:34px;text-shadow:none\"> Instruktioner f\u00f6r att st\u00e4lla in MX-pekare \u00bb<\/span><\/a>\n\n<div style=\"height:52px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">NS-records (Nameservers)<\/h2>\n\n<p>NS-records, also called nameservers, refer to the address where all DNS records for the domain in question are administered. Changing nameservers is done at the domain registrar. <\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Hur ser en NS-pekare ut?<\/strong><\/h3>\n\n<pre class=\"wp-block-preformatted\">@ 86400 IN NS ns1.loopiagroup.com.\n@ 86400 IN NS ns2.loopiagroup.com.<\/pre>\n<a href=\"https:\/\/kunskap.websupport.se\/kb\/namnservrar\/\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2d7aef;border-color:#2462c0;border-radius:34px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6ca2f4;border-radius:34px;text-shadow:none\"> Instruktioner f\u00f6r att st\u00e4lla in Namnservrar \u00bb<\/span><\/a>\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">CNAME-records<\/h2>\n\n<p>CNAME is used to retrieve DNS settings for the domain name. Those settings take precedence over both A-records and MX-records. This means that the browser first checks the settings for the CNAME records. If it does not find a CNAME, it follows the MX\/A-records instructions.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Hur ser en CNAME-pekare ut?<\/strong><\/h3>\n\n<pre class=\"wp-block-preformatted\">shop 600 IN CNAME www.myshoptet.com.<\/pre>\n<a href=\"https:\/\/kunskap.websupport.se\/kb\/cname-pekare\/\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2d7aef;border-color:#2462c0;border-radius:34px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6ca2f4;border-radius:34px;text-shadow:none\"> Instruktioner f\u00f6r att st\u00e4lla in CNAME-pekare\u00bb<\/span><\/a>\n\n<div style=\"height:52px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">AAAA records<\/h2>\n\n<p>AAAA-records are an alternative to A-records. It is used if the address of the server you want to collect information from is in IPv6 format.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Hur ser en AAAA-pekare ut?<\/strong><\/h3>\n\n<pre class=\"wp-block-preformatted\">* 600 IN AAAA 2A03:2880:2110:df07:face:b00c:0:1.<\/pre>\n\n<p><\/p>\n\n<div style=\"height:39px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">TXT-records<\/h2>\n\n<p>TXT-records are used to add textual information to the domain&#8217;s DNS records. It is often used to verify the domain or to add additional information needed to connect to the domain with external services.<br\/><\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Hur ser en TXT-pekare ut?<\/strong><\/h3>\n\n<pre class=\"wp-block-preformatted\">@ 600 IN TXT \"google-site-verification= rXOxyZounnZasA8Z7oaD3c14JdjS9aKSWvsR1EbUSIQ\"<\/pre>\n<a href=\"https:\/\/kunskap.websupport.se\/kb\/txt-pekare\/\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2d7aef;border-color:#2462c0;border-radius:34px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6ca2f4;border-radius:34px;text-shadow:none\"> Instruktioner f\u00f6r att st\u00e4lla in TXT-pekare \u00bb<\/span><\/a>\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">SPF-records<\/h2>\n\n<p><strong>Sender Policy Framework <\/strong><em>(SPF)<\/em> records is a type of TXT record that contains information about which SMTP (IP) servers the domain is authorized to send email through. The purpose of SPF is to reduce the user&#8217;s potential for counterfeiting, thereby preventing spam.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Hur ser en SPF-pekare ut?<\/strong><\/h3>\n\n<pre class=\"wp-block-preformatted\">v=spf1 a mx include:spf.websupport.se ?all<\/pre>\n<a href=\"https:\/\/kunskap.websupport.se\/kb\/spf-pekare\/\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2d7aef;border-color:#2462c0;border-radius:34px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6ca2f4;border-radius:34px;text-shadow:none\"> Instruktioner f\u00f6r att st\u00e4lla in SPF-pekare \u00bb<\/span><\/a>\n\n<div style=\"height:54px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">SRV-records<\/h2>\n\n<p>SRV records are used to specify the server addresses for specific services. The advantage of SRV records is that it makes it possible to distribute the load to several addresses based on weight and prioritization.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Hur ser en SRV-pekare ut?<\/strong><\/h3>\n\n<pre class=\"wp-block-preformatted\">_xmpp-client._tcp.exempeldoman.se 1800 SRV 5 0 5222 talk.l.google.com<\/pre>\n<a href=\"https:\/\/kunskap.websupport.se\/kb\/srv-pekare\/\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2d7aef;border-color:#2462c0;border-radius:34px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6ca2f4;border-radius:34px;text-shadow:none\"> Nastavenie SRV z\u00e1znamu \u00bb<\/span><\/a>\n\n<div style=\"height:37px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">CAA-records<\/h2>\n\n<p><strong>A CAA-record<\/strong> (Certification Authority Authorization) \u2013 is used to identify a certificate provider (CA) that can issue SSL certificates for a specific domain. CAA-records can specify instructions for an entire domain or specific subdomains.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Hur ser en CAA-pekare ut?<\/strong><\/h3>\n\n<pre class=\"wp-block-preformatted\">@ 600 IN CAA 128 issue \"letsencrypt.org\"<\/pre>\n<a href=\"https:\/\/kunskap.websupport.se\/kb\/caa-pekare\/\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2d7aef;border-color:#2462c0;border-radius:34px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6ca2f4;border-radius:34px;text-shadow:none\"> Instruktioner f\u00f6r att st\u00e4lla in CAA-pekare<\/span><\/a>\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>DNS is a technology used on the Internet and computer networks to translate domain names into IP addresses, which simplifies communication on the internet. The usual example is to see it as a phonebook where you assign a name (domain) to each number (IP number) With the help of DNS,&#8230;<\/p>\n","protected":false},"author":8,"template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[397,390],"ht-kb-tag":[401],"class_list":["post-20749","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-dns-records","ht_kb_category-domain-dns","ht_kb_tag-dns-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What different types of DNS records are there? - Websupport kunskapsdatabas<\/title>\n<meta name=\"description\" content=\"With the help of DNS, you don&#039;t need to remember every web pages IP address. All you need to know is the domain name. Here we explain the different kinds of DNS records.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What different types of DNS records are there? - Websupport kunskapsdatabas\" \/>\n<meta property=\"og:description\" content=\"With the help of DNS, you don&#039;t need to remember every web pages IP address. All you need to know is the domain name. Here we explain the different kinds of DNS records.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/\" \/>\n<meta property=\"og:site_name\" content=\"Websupport kunskapsdatabas\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-02T13:35:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/\",\"url\":\"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/\",\"name\":\"What different types of DNS records are there? - Websupport kunskapsdatabas\",\"isPartOf\":{\"@id\":\"https:\/\/kunskap.websupport.se\/en\/#website\"},\"datePublished\":\"2022-04-01T06:29:12+00:00\",\"dateModified\":\"2024-09-02T13:35:17+00:00\",\"description\":\"With the help of DNS, you don't need to remember every web pages IP address. All you need to know is the domain name. Here we explain the different kinds of DNS records.\",\"breadcrumb\":{\"@id\":\"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/kunskap.websupport.se\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What different types of DNS records are there?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kunskap.websupport.se\/en\/#website\",\"url\":\"https:\/\/kunskap.websupport.se\/en\/\",\"name\":\"Websupport kunskapsdatabas\",\"description\":\"Websupport kunskapsdatabas\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kunskap.websupport.se\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What different types of DNS records are there? - Websupport kunskapsdatabas","description":"With the help of DNS, you don't need to remember every web pages IP address. All you need to know is the domain name. Here we explain the different kinds of DNS records.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/","og_locale":"en_US","og_type":"article","og_title":"What different types of DNS records are there? - Websupport kunskapsdatabas","og_description":"With the help of DNS, you don't need to remember every web pages IP address. All you need to know is the domain name. Here we explain the different kinds of DNS records.","og_url":"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/","og_site_name":"Websupport kunskapsdatabas","article_modified_time":"2024-09-02T13:35:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/","url":"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/","name":"What different types of DNS records are there? - Websupport kunskapsdatabas","isPartOf":{"@id":"https:\/\/kunskap.websupport.se\/en\/#website"},"datePublished":"2022-04-01T06:29:12+00:00","dateModified":"2024-09-02T13:35:17+00:00","description":"With the help of DNS, you don't need to remember every web pages IP address. All you need to know is the domain name. Here we explain the different kinds of DNS records.","breadcrumb":{"@id":"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kunskap.websupport.se\/en\/kb\/what-different-types-of-dns-records-are-there\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kunskap.websupport.se\/"},{"@type":"ListItem","position":2,"name":"What different types of DNS records are there?"}]},{"@type":"WebSite","@id":"https:\/\/kunskap.websupport.se\/en\/#website","url":"https:\/\/kunskap.websupport.se\/en\/","name":"Websupport kunskapsdatabas","description":"Websupport kunskapsdatabas","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kunskap.websupport.se\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb\/20749","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/users\/8"}],"version-history":[{"count":3,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb\/20749\/revisions"}],"predecessor-version":[{"id":21836,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb\/20749\/revisions\/21836"}],"wp:attachment":[{"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/media?parent=20749"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb-category?post=20749"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb-tag?post=20749"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}