Author: shasderias
Channel: #feedback
Link: https://discord.com/channels/1405685085923049482/1405686161791516873/1527791466779377848
Description
Add support for domain verification via TXT record (or similar method) without requiring an immediate CNAME record change. This would allow users to prove domain ownership before cutting over to the new site.
Problem
The current domain addition process requires changing the CNAME record immediately, which:
- Causes downtime when migrating from an already running site
- Is subject to DNS propagation delays and unpredictability
- Makes it difficult to migrate on short notice without careful TTL management
Proposed Solutions
- TXT Record Verification: Allow adding a domain by verifying ownership through a specific TXT record, deferring the CNAME cutover to a later time
- Query Authoritative Nameservers: Always query authoritative nameservers directly instead of relying on DNS propagation, which would also help recover from mistakes more easily
Current Workaround
Users can partially work around this by:
- Reducing TTL before migration
- Waiting for propagation
- Cutting over the CNAME
- Re-raising the TTL
However, this doesn't accommodate spontaneous migrations or urgent domain changes.
Author: shasderias
Channel: #feedback
Link: https://discord.com/channels/1405685085923049482/1405686161791516873/1527791466779377848
Description
Add support for domain verification via TXT record (or similar method) without requiring an immediate CNAME record change. This would allow users to prove domain ownership before cutting over to the new site.
Problem
The current domain addition process requires changing the CNAME record immediately, which:
Proposed Solutions
Current Workaround
Users can partially work around this by:
However, this doesn't accommodate spontaneous migrations or urgent domain changes.