<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://mediawiki.wissen-ahrensburg.de/index.php?action=history&amp;feed=atom&amp;title=DNS</id>
	<title>DNS - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.wissen-ahrensburg.de/index.php?action=history&amp;feed=atom&amp;title=DNS"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.wissen-ahrensburg.de/index.php?title=DNS&amp;action=history"/>
	<updated>2026-08-19T16:54:51Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Dokument</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://mediawiki.wissen-ahrensburg.de/index.php?title=DNS&amp;diff=213&amp;oldid=prev</id>
		<title>imported&gt;Import: Version 138</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.wissen-ahrensburg.de/index.php?title=DNS&amp;diff=213&amp;oldid=prev"/>
		<updated>2026-01-14T13:29:29Z</updated>

		<summary type="html">&lt;p&gt;Version 138&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;Hinweis: Diese Inhalte wurden mit Unterstützung von Künstlicher Intelligenz erstellt und redaktionell überprüft (Transparenzhinweis gemäß Art. 50 EU AI Act).&amp;#039;&amp;#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== A-Record: Verweist eine Domain ==&lt;br /&gt;
&lt;br /&gt;
Ein A-Record (Address Record) ordnet einen Domainnamen einer IPv4-Adresse zu. Damit wird festgelegt, auf welchen Server eine Domain zeigt.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;example.de  A  93.184.216.34&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== AAAA-Record: Verweist auf eine IPv6-Adresse ==&lt;br /&gt;
&lt;br /&gt;
Ein AAAA-Record funktioniert wie ein A-Record, weist aber einer Domain eine IPv6-Adresse zu.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;example.de  AAAA  2606:2800:220:1:248:1893:25c8:1946&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== CNAME-Record: Alias für eine andere Domain ==&lt;br /&gt;
&lt;br /&gt;
Ein CNAME-Record (Canonical Name Record) legt fest, dass eine Domain ein Alias für eine andere Domain ist. So kann z.B. www.example.com auf example.com verweisen.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel für GitHub Pages:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;www.example.de  CNAME  username.github.io.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel für Codeberg Pages:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;www.example.de  CNAME  username.codeberg.page.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== MX-Record: Zuständig für E-Mail-Routing. ==&lt;br /&gt;
&lt;br /&gt;
Ein MX-Record (Mail Exchange Record) gibt an, welcher Mailserver für den Empfang von E-Mails einer Domain zuständig ist.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;example.de  MX  10 mail.example.de.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel Otto Server:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;otto.de  MX  10 mail.otto.de.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== TXT-Record: Für beliebige Textinformationen ==&lt;br /&gt;
&lt;br /&gt;
Ein TXT-Record speichert beliebige Textinformationen zu einer Domain, z.B. für SPF, DKIM oder andere Verifizierungen.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel für SPF:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;example.de  TXT  &amp;quot;v=spf1 include:_spf.example.com ~all&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel für DKIM:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;dkim._domainkey.example.de  TXT  &amp;quot;v=DKIM1; k=rsa; p=MIGfMA0G...&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel für Google Site Verification:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;example.de  TXT  &amp;quot;google-site-verification=abc123xyz&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;#039;&amp;#039;Hinweis: Diese Inhalte wurden mit Unterstützung von Künstlicher Intelligenz erstellt und redaktionell überprüft (Transparenzhinweis gemäß Art. 50 EU AI Act).&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>imported&gt;Import</name></author>
	</entry>
</feed>