For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/guides/connect-domain/troubleshoot/wrong-nameservers.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

Wrong nameservers

You added Reloop DNS records but verification fails because the domain uses different nameservers.

Symptom

  • Reloop Verify fails
  • dig does not show the records you added
  • Or dig shows an old zone

Cause

DNS records only count at the host named by your domain’s NS records. Editing the registrar’s “DNS” tab while NS point to Cloudflare (or vice versa) publishes into a zone nobody queries.

Fix

1

Read live nameservers

dig NS yourdomain.com +short
2

Open that host’s DNS UI

Use Find your DNS provider to map NS → company.

3

Add Reloop records there

Copy from the Reloop dashboard again into the correct panel.

4

Optional cleanup

Remove mistaken duplicate records from the unused panel so you are not confused later.

Changing nameservers on purpose

If you intentionally move DNS (e.g. Namecheap → Cloudflare):

  1. Copy existing important records to the new host first
  2. Change NS at the registrar
  3. Wait for NS propagation
  4. Re-add Reloop records at the new host
  5. Verify again

See also Change DNS later.

Was this page helpful?

Edit this page