Linux 호스팅(cPanel) 도움말

cPanel 도메인에 대한 DNS 구성

You've built a site in Linux Hosting 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.

Warning: This article covers an advanced technical topic. If the steps are completed incorrectly, it's possible to make unwanted changes to your site. Before making changes, we recommend exporting your DNS or taking a screenshot of your DNS records as a backup. Review the Statement of Support to learn more about support for GoDaddy products and services.

1: Find your nameservers and where you manage DNS

Before making any change, check your nameservers to make sure you're updating DNS at the correct location. Your nameservers will indicate the hosting company you should use to manage your domain's DNS.

  • Domains registered at GoDaddy: View your nameservers in your GoDaddy account.
  • Domains registered elsewhere: Contact your domain registrar for information.

2. Web hosting DNS

Go to your DNS host and ensure these records are pointed appropriately so your Linux Hosting site can be accessible through the web.

유형이름데이터
A@Your Linux Hosting IP address
CNAMEwwwYour domain name (for example, coolexample.com)
Note: DNS hosts can vary with their labeling and formatting. We recommend contacting your DNS host if you're unsure how to proceed because their requirements look different from these example records.

3. (Optional) Mail DNS

If you plan to host email at your Linux Hosting, ensure these records are pointed appropriately at your DNS host.

유형이름데이터
AmailYour Linux Hosting IP address
mx@mail.[your domain name] (for example, mail.coolexample.com)
TXT@v=spf1 a mx ptr include:secureserver.net -all
TXTadminv=spf1 a mx ptr include:secureserver.net -all
CNAME웹 메일Your domain name (for example, coolexample.com)

3. (Optional) Miscellaneous DNS

Adding these records at your DNS host can be helpful for specific Linux Hosting features to work, but are not needed for basic web and email hosting.

유형이름데이터
AadminYour Linux Hosting IP address
CNAMEautoconfigYour domain name (for example, coolexample.com)
CNAMEautoconfig.adminYour domain name (for example, coolexample.com)
CNAMEautodiscoverYour domain name (for example, coolexample.com)
CNAMEautodiscover.adminYour domain name (for example, coolexample.com)
CNAMEcpanelYour domain name (for example, coolexample.com)
CNAMEftpYour domain name (for example, coolexample.com)
CNAMEwebdiskYour domain name (for example, coolexample.com)
CNAMEwebdisk.adminYour domain name (for example, coolexample.com)
CNAMEwhmYour domain name (for example, coolexample.com)
CNAMEwww.adminYour domain name (for example, coolexample.com)
CNAME_domainconnect_domainconnect.gd.domaincontrol.com.
유형Service프로토콜이름우선 순위무게포트Value
SRV_autodiscover_tcp@00443cpanelemaildiscovery.cpanel.net
SRV_autodiscover_tcp관리자00443cpanelemaildiscovery.cpanel.net

4. Remove conflicting DNS

If you have DNS records with identical type and name combinations to your Linux Hosting, we recommend removing these conflicts. For example:

유형이름데이터동작
A@Your Linux Hosting IP addressAdd this record
A@A different IP addressRemove this record

상세 정보