Custom Domain settings
Configure DNS
Set Custom Domain name in Vodlix
Configure DNS
This step is super important because the correct DNS configurations are what allow us to connect the subdomain to your Cloud in step 3.
Configure a CNAME record
Check for CAA record
Wait for the changes to take effect
The names of the fields and what to actually enter to configure the record may differ between DNS control panels, but we've covered the most common options here. If you're in any doubt, check with your DNS provider.
The type is the kind of DNS record that you want to create. Here, you need to choose CNAME.
The name or DNS entry is where you enter your subdomain. You might need to enter it in full (e.g. videos.example.com) or you might just need to enter the part before your apex domain (e.g. docs). If you're not sure which to use, check with your DNS provider.
The target or value or destination is where the subdomain should be pointed. In this case, that's
vodlix.cloud
.
You might also see a field named TTL, which stands for Time To Live. It's the number of seconds that the DNS record can be cached for. If you're not sure what to set, look at the TTL for your existing DNS records. You could set the same number. If you're still not sure, we suggest setting 43200 seconds (12 hours) or 86400 seconds (24 hours).
Here's an example of how a correct configuration looks in Cloudflare's control panel:
A properly configured custom domain in Cloudflare's control panel
Note: a CNAME record cannot co-exist with another record for the same name. If you already have an A record, AAAA record, TXT record, or any other type of record for your chosen subdomain, you would need to remove those first, before adding the CNAME record.
Are you using CloudFlare?
If you are configuring DNS in Cloudflare's control panel, you may be tempted to activate Cloudflare's proxying (the orange cloud, also called "Proxy status" in your domain settings).
While this configuration might work in most cases, we strongly recommend against activating it. Firstly, because your custom domain will already benefit from Cloudflare's CDN and a DigiCert SSL certificate. Secondly, this option obfuscates the DNS target for your domain to the public, preventing Vodlix to properly run routine checks on your custom domain.
Whenever possible, please turn off Cloudflare proxying to ensure that your website is served without issues and can be monitored by Vodlix.
Check for CAA Record
CAA records enable you to specify who can issue an SSL certificate for the domains that you own. We use DigiCert to issue an SSL certificate for your custom domain, so this needs to be allowed. There are two ways to do this.
1.
Have no CAA record. Without a CAA record, there are no limitations on which SSL providers are allowed to issue an SSL certificate for your domain.
2.
Have a CAA record that explicitly allows DigiCert. Any providers that are not explicitly allowed will be blocked. The following is the value that would need to be included in a CAA record to explicitly allow DigiCert:
Wait for the changes to take effect
Remember the TTL (Time To Live) field we mentioned earlier? DNS records are cached for a period of time — which is usually a very good thing for performance reasons, because they typically don't change very often. When they do change, there is a period of time (the TTL value) where DNS cache servers need their cache to expire before they will check for any changes and behave accordingly.
In most cases, it's best to allow at least an hour before moving onto step 3. Sometimes it could all update a bit more quickly, or it could take longer. It's rare for this to take longer than 48 hours.
Set Custom Domain Name in Vodlix
To set your custom domain, click on the Settings Icon on the Top Left > Website Configuration. Once you can see the configuration, you will Custom Domain Name field, enter your domain name as configured above and click on Update Settings.
Your website shall be live immediately but sometimes it can take upto 48 hours to properly propagate.
Last updated
Was this helpful?