If you want to use Cloudflare, Quic.cloud, or any third party for DNS hosting, you need to create/modify the following DNS records on your DNS control panel.
We use separate DNS Clusters to host DNS for Shared, Semi Dedicated, and Reseller Hosting. If you only want redundancy, we recommend using our nameservers and hosting the DNS with us. When we manage your DNS, it helps us better troubleshoot should there be any issues with your DNS.
Quic.cloud
If you use Quic.cloud to host DNS, that is, if you use *.quicns.net
and *.quicns.org
as your domain's nameservers
:
- Login to https://my.quic.cloud/
- Click "DNS Zones".
- Click "Manage Zone" next to your domain name.
- Edit the DNS records as mentioned below.
DNS Records for Website
Please replace [yourdomain.com] with your actual domain:
A Record:
Type: A
Name: yourdomain.com
Value: [as mentioned in cPanel > Zone Editor > Manage]
Proxy: Enabled
A Record:
Type: A
Name: www.yourdomain.com
Value: [as mentioned in cPanel > Zone Editor > Manage]
Proxy: Enabled
DNS Records for Email
Configure the following DNS records if you are using the same server (where your website is hosted) for email.
Please replace [yourdomain.com] with your actual domain:
A Record:
Type: A
Name: webmail.yourdomain.com
Value: [as mentioned in cPanel > Zone Editor > Manage]
Proxy: Disabled
A Record:
Type: A
Name: mail.yourdomain.com
Value: [as mentioned in cPanel > Zone Editor > Manage]
Proxy: Disabled
MX Record:
Type: MX
Name: yourdomain.com
Value: mail.yourdomain.com
Priority: 0
Proxy: Disabled
SPF Record:
Type: TXT
Name: yourdomain.com
Value: [as mentioned in cPanel > Email Deliverability > Manage]
Proxy: Disabled
DKIM Record:
Type: TXT
Name: default._domainkey.yourdomain.com
Value: [as mentioned in cPanel > Email Deliverability > Manage]
Proxy: Disabled
DMARC Record:
Type: TXT
Name: _dmarc.yourdomain.com
Value: v=DMARC1;p=none;sp=none;adkim=r;aspf=r;pct=100;fo=0;rf=afrf;ri=86400
or, [as mentioned in cPanel > Zone Editor > Manage]
Proxy: Disabled
Note:
- Make sure to replace [yourdomain.com] with your actual domain name.
- For the DKIM Record, do not include the trailing semicolon [;] in Cloudflare when copying from cPanel.
- If there is no DMARC record in cPanel, reset the DNS records to the server default values from cPanel > Zone Editor > Manage > Actions > Reset DNS Zone.
- You can find the values for SPF and DKIM Record in cPanel > Email > Email Deliverability > Manage.
- You can find the rest of the record values in cPanel > Zone Editor > Manage.