Documentation
Glossary
Terms & Abbreviations

Pointing a domain or subdomain to Skip2 CDN

There are two primary deployment methods for our CDN, either with Skip2 acting as the DNS hosting provider or not. If you wish to use Skip2 for your entire domain, including subdomains and managing DNS records, you should see Changing Your Domain Nameservers (opens in a new tab). If you only want to use Skip2 for one or multiple subdomains, without using our DNS services, continue reading.

For Root/Apex Domains

If you intend to use Skip2 for a root domain (e.g. skip2.net), then you have two options:

Create an ALIAS/ANAME record

By default, root domain records cannot be a CNAME. This is due to a limitation in the standards. See RFC1034 (opens in a new tab).

ALIAS/ANAME records are a workaround provided by many DNS providers and allow you to create a root domain record that points to another FQDN instead of an IP address.

Create an ALIAS record:

Type: ALIAS/ANAME Host: "@" or blank Points to: cdn.skip2.net

Create an A record

If you aren't able to create an ANAME record for your root domain, you can use our Anycast IP address:

⚠️

Our Anycast IP address will change as we scale up. Ensure you are able to receive e-mail from support@skip2.net in order to receive notifications about this change when it occurs. You will be required to change this record in the future.

Type: A Host: "@" or blank Points to: null

Create a CNAME record (Preferred Method)

For subdomains (e.g. docs.skip2.net), you can create a CNAME record pointing to our platform:

Type: CNAME Host: docs Points to: cdn.skip2.net