Skip to main content

DNS Service

⏱️ Estimated reading time: 13 minutes

What is DNS?

The DNS (Domain Name System) is a managed service that allows you to configure the DNS zones for your domain names, ensuring your services are reachable under human-readable domain names rather than IP addresses.

The DNS Service in the Webberstop Cloud Portal allows users to add, edit, and manage DNS records through an intuitive interface.


Important Notice ⚠️

To use Webberstop’s DNS service, you must update your domain registrar with the following authoritative nameservers:

TypeValue
NSns1.webberstop.com
NSns2.webberstop.com

Once your domain is pointed to these nameservers, you will be able to fully manage its DNS configuration within the portal.


Adding Your Domain

Adding a domain is quick and straightforward:

  1. Navigate to the DNS section in the portal.

  2. If this is your first time, click on the “Add a Domain Now” button.

  3. Enter the following details:

    • Project: Select the project under which the domain should be managed.
    • Domain Name: Enter your domain name (e.g., yourdomain.com).

Once submitted, your domain will be listed and ready for DNS record management.


Managing DNS Records

You can manage all standard DNS records directly through the Webberstop interface.

  • Use @ to refer to the root of the domain (e.g., yourdomain.com)
  • Use subdomains (e.g., www, mail, api) to direct traffic accordingly

DNS Record Types Explained

Record TypeDescription
A RecordMaps a domain name to an IPv4 address (e.g., 192.0.2.1).
AAAA RecordMaps a domain name to an IPv6 address.
CNAME RecordCreates an alias from one domain name to another. Useful for pointing www.yourdomain.com to yourdomain.com.
MX RecordSpecifies mail servers for a domain. Essential for directing emails.
TXT RecordHolds arbitrary text. Commonly used for SPF, DKIM, and domain ownership verification.
NS RecordIdentifies the authoritative nameservers for the domain.
SRV RecordDefines services like VoIP or chat protocols by specifying host and port.
PTR RecordUsed for reverse DNS lookups, mapping an IP back to a domain name.
SOA RecordContains information about the DNS zone, including primary nameserver and admin contact.
CAA RecordSpecifies which Certificate Authorities are permitted to issue SSL/TLS certificates for the domain.

Tips for Effective DNS Management

  • Always double-check TTL values when making changes—shorter TTLs help during testing, longer TTLs improve performance.
  • Use CNAMEs for flexible redirection and aliasing.
  • Keep your MX and SPF records updated to ensure proper email delivery.
  • Leverage TXT records for domain verification with services like Google Workspace, Microsoft 365, etc.

tip

Need to migrate an existing domain? Ensure DNS propagation has fully completed after changing nameservers. This can take up to 24–48 hours.