Adding a domain to Sundun CDN is the first step to accelerating and protecting your website. This guide walks you through the domain onboarding process.
Before adding a domain, ensure you have:
Enter your domain name in the input field. You can add domains in the following formats:
| Format | Example | Description |
|---|---|---|
| Root domain | example.com | Protects the entire domain |
| Subdomain | www.example.com | Protects a specific subdomain |
| Wildcard | *.example.com | Protects all subdomains |
Note: Adding a root domain does not automatically protect subdomains. Add each subdomain separately or use a wildcard configuration.
Choose the appropriate service plan for your domain:
Select the acceleration regions based on your target audience:
┌─────────────────────────────────────────┐ │ Global - All regions │ │ Asia Pacific - APAC nodes only │ │ North America - NA nodes only │ │ Europe - EU nodes only │ │ Custom - Select specific PoPs │ └─────────────────────────────────────────┘
Choose which protocols to support:
Before your domain can be activated, you must verify ownership using one of these methods:
Add a TXT record to your DNS:
Type: TXT Name: _Sundun-verify Value: Sundun-verification=abc123xyz TTL: 300
Add a CNAME record to your DNS:
Type: CNAME Name: _Sundun-verify.example.com Value: verify.Sundun.com TTL: 300
Upload a verification file to your web server:
URL: https://example.com/.well-known/Sundun-verify.txt Content: Sundun-verification=abc123xyz
After verification succeeds:
After adding, your domain will show one of these statuses:
| Status | Description |
|---|---|
| Pending Verification | Waiting for ownership verification |
| Pending DNS | Waiting for CNAME propagation |
| Active | Domain is live and serving traffic |
| Suspended | Domain suspended due to policy violation |
| Expired | Domain subscription has expired |
After successfully adding your domain:
If you see "Domain already exists" error:
You can also add domains programmatically:
curl -X POST https://api.Sundun.com/v1/domains \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"domain": "example.com", "plan": "business"}'
Need help? Contact our support team at support@Sundun.com