Common Terms
Root Domain: top level domain which is the domain that you have purchased i.e. hello.com would be a root domain
Naked Domain: a naked domain is the domain without the 'www'
Subdomain: This is an extension of the domain you have purchased
Instructions
A Record
- In the easyDNS dashboard, locate the domain you want to point to Pory and click dns
- Scroll down to host & subdomains and create a record
- Complete the following fields:
- Host: enter "@" if you want to use a naked domain such as mydomain.com or enter the subdomain value (i.e. enter blog for blog.mydomain.com)
- Type: select Host (A) from the drop down
- Points At: enter 76.76.21.21
- Click Next to confirm
CNAME
- In the easyDNS dashboard, locate the domain you want to point to Pory and click dns
- Scroll down to host & subdomains and create a record
- Complete the following fields:
- Host: enter "www" if you want to use a naked domain such as www.mydomain.com or enter the subdomain value (i.e. enter wwww.blog for blog.mydomain.com)
- Type: select Alias(CNAME) from the drop down
- Points At: enter cname.vercel-dns.com
- Click Next to confirm
