Other Articles
Configure NS Records
This check ensures that Name Server (NS) records are properly configured and publicly visible for a domain. NS records define the authoritative DNS servers responsible for resolving the domain.
Check Details
- Resource: Domain
- Check: Configure NS (Name Server) records
- Risk: If NS records are missing or misconfigured, the domain will not resolve correctly, leading to website and service outages.
Remediation via Domain Registrar Console
- Log in to your domain registrar’s console (for example: GoDaddy, Namecheap, Google Domains, or Route 53 Registrar).
- Open Domain Management for the affected domain.
- Navigate to Nameserver or DNS Settings.
-
Ensure that at least two valid Name Server (NS) records
are configured.
Example:
ns-678.awsdns-90.net - If NS records are missing, choose Custom Name Servers (or an equivalent option).
- Add the authoritative name servers provided by your DNS provider.
- Save the changes.
Verification
Verify that NS records are now visible using command-line tools.
nslookup -type=NS example.com
or
dig NS example.com
Replace example.com with your actual domain name.