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:
Type | Value |
---|---|
NS | ns1.webberstop.com |
NS | ns2.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:
-
Navigate to the DNS section in the portal.
-
If this is your first time, click on the “Add a Domain Now” button.
-
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 Type | Description |
---|---|
A Record | Maps a domain name to an IPv4 address (e.g., 192.0.2.1 ). |
AAAA Record | Maps a domain name to an IPv6 address. |
CNAME Record | Creates an alias from one domain name to another. Useful for pointing www.yourdomain.com to yourdomain.com . |
MX Record | Specifies mail servers for a domain. Essential for directing emails. |
TXT Record | Holds arbitrary text. Commonly used for SPF, DKIM, and domain ownership verification. |
NS Record | Identifies the authoritative nameservers for the domain. |
SRV Record | Defines services like VoIP or chat protocols by specifying host and port. |
PTR Record | Used for reverse DNS lookups, mapping an IP back to a domain name. |
SOA Record | Contains information about the DNS zone, including primary nameserver and admin contact. |
CAA Record | Specifies 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.
Need to migrate an existing domain? Ensure DNS propagation has fully completed after changing nameservers. This can take up to 24–48 hours.