https://myproject.mytusky.xyz, your users see https://cdn.yourdomain.com — with automatic SSL provisioning and the same CDN performance.
Setup Guide
Choose your domain
Decide which domain or subdomain you want to use for your aggregator. Common choices include:
cdn.yourdomain.comfiles.yourdomain.comassets.yourdomain.comstorage.yourdomain.com
Add a CNAME record
In your DNS provider’s management console, create a
Replace
CNAME record pointing your chosen domain to your Tusky aggregator:| Type | Name | Value | TTL |
|---|---|---|---|
CNAME | cdn | {subdomain}.mytusky.xyz | 3600 |
{subdomain} with your Tusky aggregator subdomain.Configure in Tusky
Once DNS is propagated, add the custom domain in Tusky:
- Dashboard
- SDK
- API
Navigate to Settings → Aggregator → Custom Domain and enter your domain (e.g.
cdn.yourdomain.com).SSL auto-provisioned
Tusky automatically provisions a TLS certificate for your custom domain. This typically completes within a few minutes. You can verify SSL is active by visiting your domain in a browser.
SSL Certificates
Tusky handles SSL certificates automatically:- Certificates are provisioned via Let’s Encrypt at no additional cost.
- Renewal is automatic — you never need to manually manage certificates.
- Both
HTTP/2andHTTP/3are supported on custom domains.
DNS Propagation
DNS changes can take up to 48 hours to propagate globally, though most providers complete propagation within minutes. You can verify propagation with:Removing a Custom Domain
To remove a custom domain and revert to your default*.mytusky.xyz URL:
- Dashboard
- SDK
Navigate to Settings → Aggregator → Custom Domain and click Remove.
After removing a custom domain, traffic to that domain will no longer be served by Tusky. Make sure to update any references to the custom domain in your applications.