
Manage DNS Records
How to modify your DNS records if your domain is using our name servers.
Step by step:
1.Login to your account.
2.Click on the domain name in "My Products"




CNAME record,also called Alias record modify
Example:
Subdomain: blog
Type: CNAME
Value: yourdomain.com
This means when someone visits blog.yourdomain.com, they will be directed to yourdomain.com

MX record, also called mail routing record modify
Example:
Type: MX
Priority: 10 (The priority helps to determine which mail server to use if multiple exist)
Value: mx.youremailserver.com

TXT record modify
Example:
Type: TXT
Value: "v=spf1 include:_spf.youremailserver.com ~all"





