DNS
1. Add a property
Create a property, add your domain, and point a CNAME to the assigned WWCDN edge hostname.
- Automatic certificate validation
- IPv4 and IPv6 edge routes
- Zero-downtime origin cutover
Use the dashboard or API to add domains, protect origins, define cache behavior, and inspect live traffic.
Create a property, add your domain, and point a CNAME to the assigned WWCDN edge hostname.
Apply route-level TTL, bypass rules, header normalization, compression, and origin shield behavior.
Turn on managed WAF, bot controls, token authentication, and request-rate policies.
curl -X POST https://api.wwcdn.top/v1/properties \
-H "Authorization: Bearer $WWCDN_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"hostname": "assets.example.com",
"origin": "https://origin.example.com",
"cache_ttl": 3600,
"origin_shield": "ams-1"
}'