🌐 DNS-Records – Unterstützte Einträge auf den FameSystems Premium DNS-Servern
Unsere Premium DNS-Server bieten eine Vielzahl von DNS-Records, die dir helfen, deine Domains professionell zu verwalten.
Hier findest du eine Übersicht aller unterstützten DNS-Einträge und ihre Funktionen.
📌 Unterstützte DNS-Records & ihre Funktionen
1️⃣ A-Record (Address Record)
➡ Verknüpft eine Domain mit einer IPv4-Adresse
📌 Beispiel:
example.com → 192.168.1.1
2️⃣ AAAA-Record (IPv6 Address Record)
➡ Verknüpft eine Domain mit einer IPv6-Adresse
📌 Beispiel:
example.com → 2001:db8::ff00:42:8329
3️⃣ CNAME-Record (Canonical Name Record)
➡ Leitet eine Subdomain auf eine andere Domain um
📌 Beispiel:
www.example.com → example.com
4️⃣ MX-Record (Mail Exchange Record)
➡ Gibt an, welche Mailserver für eine Domain zuständig sind
📌 Beispiel:
5️⃣ NS-Record (Name Server Record)
➡ Legt die autoritativen DNS-Server für eine Domain fest
📌 Beispiel:
6️⃣ PTR-Record (Pointer Record)
➡ Dient dem Reverse DNS Lookup, um eine IP-Adresse in eine Domain aufzulösen
📌 Beispiel:
7️⃣ SOA-Record (Start of Authority)
➡ Enthält administrative Informationen über die Zone einer Domain
📌 Beispiel:
Primary NS: ns1.famesystems.de
Admin Email: [email protected]
8️⃣ SRV-Record (Service Record)
➡ Definiert welcher Host einen bestimmten Dienst bereitstellt
📌 Beispiel:
9️⃣ TXT-Record (Text Record)
➡ Speichert beliebige Textinformationen, z. B. für SPF oder Domain-Verifizierungen
📌 Beispiel:
🔟 CAA-Record (Certification Authority Authorization)
➡ Gibt an, welche Zertifizierungsstelle SSL-Zertifikate für eine Domain ausstellen darf
📌 Beispiel:
1️⃣1️⃣ DNSKEY-Record
➡ Speichert Public Keys für DNSSEC-Signaturen
📌 Beispiel:
1️⃣2️⃣ DS-Record (Delegation Signer Record)
➡ Verknüpft eine Subdomain mit DNSSEC-Schlüsseln der übergeordneten Zone
📌 Beispiel:
1️⃣3️⃣ ALIAS-Record
➡ Verhält sich ähnlich wie ein CNAME-Record, kann aber auf die Root-Domain angewendet werden
📌 Beispiel:
🚀 API-Integration für DNS-Records
GET-Anfragen (Daten abrufen)
📌Supported DNS record typesBeispielantwort:
"data": [
{
"type": "A",
"description": "Address record, maps a hostname to an IPv4 address.",
"example": "example.com. 3600 IN A 192.0.2.1"
},
{
"type": "AAAA",
"description": "IPv6 address record, maps a hostname to an IPv6 address.",
"example": "example.com. 3600 IN AAAA 2001:0db8:85a3::8a2e:0370:7334"
},
{
"type": "CNAME",
"description": "Canonical Name record, maps an alias name to a canonical (true) name.",
"example": "www.example.com. 3600 IN CNAME example.com."
},
{
"type": "MX",
"description": "Mail Exchange record, specifies mail servers for a domain.",
"example": "example.com. 3600 IN MX 10 mail.example.com."
},
{
"type": "NS",
"description": "Name Server record, delegates a DNS zone to use the given authoritative name servers.",
"example": "example.com. 3600 IN NS ns1.example.com."
},
{
"type": "PTR",
"description": "Pointer record, maps an IP address to a hostname (reverse DNS).",
"example": "1.2.0.192.in-addr.arpa. 3600 IN PTR example.com."
},
{
"type": "SOA",
"description": "Start of Authority record, contains administrative information about the zone.",
"example": "example.com. 3600 IN SOA ns1.example.com. admin.example.com. 2023101001 7200 3600 1209600 3600"
},
{
"type": "SRV",
"description": "Service record, specifies a server for a specific service.",
"example": "_sip._tcp.example.com. 3600 IN SRV 10 60 5060 sipserver.example.com."
},
{
"type": "TXT",
"description": "Text record, contains arbitrary text, often used for SPF, DKIM, etc.",
"example": "example.com. 3600 IN TXT \"v=spf1 mx -all\""
},
{
"type": "CAA",
"description": "Certification Authority Authorization record, specifies which CAs are allowed to issue certificates for a domain.",
"example": "example.com. 3600 IN CAA 0 issue \"letsencrypt.org\""
},
{
"type": "DNSKEY",
"description": "DNS Key record, contains a public key used for DNSSEC.",
"example": "example.com. 3600 IN DNSKEY 256 3 13 (public key data)"
},
{
"type": "DS",
"description": "Delegation Signer record, contains a hash of a DNSKEY record, used in DNSSEC.",
"example": "example.com. 3600 IN DS 12345 13 2 (hash data)"
},
{
"type": "ALIAS",
"description": "Alias record, maps a hostname to another hostname (similar to CNAME but can be used at the root).",
"example": "example.com. 3600 IN ALIAS target.example.com."
}
]
🛠 Verwendung der DNS-Records auf FameSystems Premium DNS
✅ Alle genannten DNS-Records sind auf unseren Premium Nameservern (ns1.famesystems.de & ns2.famesystems.de) verfügbar
✅ Du kannst sie einfach über das Reseller-Webinterface verwalten
✅ Änderungen an den DNS-Records werden in Echtzeit aktualisiert
Falls du Fragen hast oder Unterstützung benötigst, kontaktiere unser Support-Team:
📧 Reseller-Support kontaktieren
🚀 Nutze jetzt professionelle DNS-Verwaltung mit FameSystems!