Nameserver and NSEntry Data

How to ensure the availability of your .de domain

Two ways to connect the domain:

Via Name server

During delegation, the domain is linked to one or more name servers. These store the important DNS entries (also known as resource records, or RRs for short).

When someone enters your domain in their browser, the .de name servers forward the request to the relevant servers.

For this to work, the name servers and the associated zone must meet certain technical requirements.

The .de zone itself then only contains the name server entries (references to your name servers) and, if available, the DNSSEC keys for additional security.

Via NSentry

Alternatively, you can store your domain entries directly in the .de zone.
This means you do not need your own name servers.
However, this option has some limitations:

  • A maximum of five DNS entries (resource records) per domain are possible (at least one).
  • Only the following types are supported
    • A (IPv4 address),
    • AAAA (IPv6 address) and
    • MX (Mail server).
  • All entries are automatically checked for technical accuracy.

Structure for nameserver-entries

The syntax of an NSentry must follow the following structure:

example-domain.com. IN A <IPv4 address>

subdomain.example-domain.com. IN A <IPv4 address>

example-domain.com. IN AAAA <IPv6 address>

subdomain.example-domain.com. IN AAAA <IPv6 address>

example-domain.com. IN MX <preference> <mail server hostname>

*.example-domain.com. IN MX <preference> <mail server hostname>

Rules for A and AAAA entries (addresses)

Rules for MX entries (mail server)

Example:

Further information

You can find detailed technical information in the official DENIC documentation 23p. Further basic information on .de domains and registration can be found in the section Register a .de domain.