Fix
DNS NXDOMAIN
Fix missing DNS records or wrong nameserver delegation that returns NXDOMAIN.
InfoCategory: dns
Related checks
What NXDOMAIN usually means
- The domain/subdomain does not exist in DNS (no record).
- Nameservers are incorrect or not delegated properly at the registrar.
- Record exists in one DNS provider but the domain points to another.
Fix steps
- Confirm the exact hostname failing (e.g., www vs apex).
- Check registrar nameservers match the DNS provider you configured.
- Create/verify A/AAAA/CNAME records for the hostname.
- Wait for propagation (TTL) and re-check.
Recommended tools
These are optional helpers. We’ll later route these through our outbound wrapper and affiliate layer.
Next fixes