DNS-Records -- Unterstützte Einträge
Die Premium DNS-Server unterstützen eine Vielzahl von DNS-Records zur Verwaltung deiner Domains. Hier findest du eine Übersicht aller unterstützten Einträge und ihre Funktionen.
Unterstützte DNS-Records
A-Record (Address Record)
Verknüpft eine Domain mit einer IPv4-Adresse.
Beispiel: example.com → 192.168.1.1
AAAA-Record (IPv6 Address Record)
Verknüpft eine Domain mit einer IPv6-Adresse.
Beispiel: example.com → 2001:db8::ff00:42:8329
CNAME-Record (Canonical Name Record)
Leitet eine Subdomain auf eine andere Domain um.
Beispiel: www.example.com → example.com
MX-Record (Mail Exchange Record)
Gibt an, welche Mailserver für eine Domain zuständig sind.
NS-Record (Name Server Record)
Legt die autoritativen DNS-Server für eine Domain fest.
PTR-Record (Pointer Record)
Dient dem Reverse DNS Lookup, um eine IP-Adresse in eine Domain aufzulösen.
SOA-Record (Start of Authority)
Enthält administrative Informationen über die Zone einer Domain.
Primary NS: ns1.famesystems.de
Admin Email: [email protected]
SRV-Record (Service Record)
Definiert, welcher Host einen bestimmten Dienst bereitstellt.
TXT-Record (Text Record)
Speichert beliebige Textinformationen, z. B. für SPF oder Domain-Verifizierungen.
CAA-Record (Certification Authority Authorization)
Gibt an, welche Zertifizierungsstelle SSL-Zertifikate für eine Domain ausstellen darf.
DNSKEY-Record
Speichert Public Keys für DNSSEC-Signaturen.
DS-Record (Delegation Signer Record)
Verknüpft eine Subdomain mit DNSSEC-Schlüsseln der übergeordneten Zone.
ALIAS-Record
Verhält sich ähnlich wie ein CNAME-Record, kann aber auf die Root-Domain angewendet werden.
API-Integration für DNS-Records
Unterstützte Record-Typen abrufen (GET)
Beispielantwort:
"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."
}
]
Hinweise
- Alle genannten DNS-Records sind auf den Premium Nameservern (
ns1.famesystems.deundns2.famesystems.de) verfügbar - Du kannst sie über das Reseller-Webinterface verwalten
- Änderungen an den DNS-Records werden in Echtzeit aktualisiert
Bei Fragen erreichst du den Support unter +49 9901 8799495.