Configure your custom domain to point to your application with these steps:
Add Domain
- Navigate to DNS Settings to update your domain's A/AAAA records
- Use the CNAME record for subdomains (e.g.,
www
orapi
) - 📌 Ensure the record points to your service's IP address or cloud provider endpoint
Verify Ownership
- Create a TXT record with the value provided in the verification tool
- ⏱ Wait 5-10 minutes for DNS propagation
- Use Domain Checker to confirm success
SSL Configuration
- Enable HTTPS by adding an SSL certificate (e.g., Let's Encrypt)
- 🔒 Verify the certificate chain in your browser
- Use SSL Troubleshooter for common issues
Advanced Settings
- Set up wildcard domains for subdomain flexibility
- Configure Custom Redirects for URL paths
- 🧠 Use the API for programmatic domain management
⚠️ Always ensure your domain's DNS records are correctly configured before deployment.