Configuring DNS for your Web Hosting (cPanel) domain
You've built a site in Web Hosting (cPanel) and are ready to go live. To make your site accessible to the web, you'll need to make sure DNS is properly configured. Usually DNS changes will propagate within a few hours, but it can take up to 48 hours for everything to propagate across the internet.
1:找到名稱伺服器和管理 DNS 的地方
在變更內容之前,請先檢閱名稱伺服器,確定您知道更新 DNS 的正確位置。名稱伺服器會說明您應該到哪一間主機服務公司管理網域 DNS。
- 透過 GoDaddy 註冊的網域:請到 GoDaddy 帳戶檢視名稱伺服器。
- 透過其他廠商註冊的網域:請洽您的網域註冊商瞭解詳情。
2. Web Hosting (cPanel) DNS
Go to your DNS host and ensure these records are pointed appropriately so your Web Hosting (cPanel) site can be accessible through the web.
類型 | 名稱 | 資料 |
---|---|---|
A | @ | Your Web Hosting (cPanel) IP address |
CNAME | www | 您的網域名稱 (例如 coolexample.com) |
3.(非必要) 郵件 DNS
If you plan to host email at your Web Hosting (cPanel), ensure these records are pointed appropriately at your DNS host.
類型 | 名稱 | 資料 |
---|---|---|
A | Your Web Hosting (cPanel) IP address | |
MX | @ | mail.[您的網域名稱] (例如 mail.coolexample.com) |
TXT | @ | v=spf1 include:secureserver.net -all |
TXT | admin | v=spf1 include:secureserver.net -all |
CNAME | Webmail | 您的網域名稱 (例如 coolexample.com) |
3.(非必要) 其他 DNS
Adding these records at your DNS host can be helpful for specific Web Hosting (cPanel) features to work, but are not needed for basic web and email hosting.
類型 | 名稱 | 資料 |
---|---|---|
A | admin | Your Web Hosting (cPanel) IP address |
CNAME | autoconfig | 您的網域名稱 (例如 coolexample.com) |
CNAME | autoconfig.admin | 您的網域名稱 (例如 coolexample.com) |
CNAME | autodiscover | 您的網域名稱 (例如 coolexample.com) |
CNAME | autodiscover.admin | 您的網域名稱 (例如 coolexample.com) |
CNAME | cpanel | 您的網域名稱 (例如 coolexample.com) |
CNAME | ftp | 您的網域名稱 (例如 coolexample.com) |
CNAME | webdisk | 您的網域名稱 (例如 coolexample.com) |
CNAME | webdisk.admin | 您的網域名稱 (例如 coolexample.com) |
CNAME | whm | 您的網域名稱 (例如 coolexample.com) |
CNAME | www.admin | 您的網域名稱 (例如 coolexample.com) |
CNAME | _domainconnect | _domainconnect.gd.domaincontrol.com。 |
類型 | 服務 | 協定 | 名稱 | 優先順序 | 重量 | 連接埠 | 值 |
---|---|---|---|---|---|---|---|
SRV | _autodiscover | _tcp | @ | 0 | 0 | 443 | cpanelemaildiscovery.cpanel.net |
SRV | _autodiscover | _tcp | 管理員 | 0 | 0 | 443 | cpanelemaildiscovery.cpanel.net |
4.移除發生衝突的 DNS
If you have DNS records with identical type and name combinations to your Web Hosting (cPanel), we recommend removing these conflicts. For example:
類型 | 名稱 | 資料 | 操作 |
---|---|---|---|
A | @ | Your Web Hosting (cPanel) IP address | 新增此記錄 |
A | @ | 其他 IP 位址 | 移除此記錄 |