- Custom domain: You can use these to create short links on your own (sub-)domain.
- Domain redirects: You can use these to redirect your (sub-)domain to another URL.
Setup DNS
To use a custom domain with Tny, you need to set up aCNAME
record in your domain’s DNS settings. The CNAME record should point to custom.tny.app
.
If you want to use a root domain like tny.app
instead of a subdomain like links.tny.app
it depends on your DNS provider if it’s possible to setup a CNAME record for the root domain.
If it’s not possible, you can setup the following A
and AAAA
records for your domain:
Record Type | Record Value |
---|---|
A | 137.66.33.47 |
AAAA | 2a09:8280:1::8628 |
Using A and AAAA records can cause issues if the IP address changes in the future. We recommend using a CNAME record when possible.