JavaScript Required.
We're sorry, but Pega7 doesn't work without JavaScript enabled. Please enable and refresh.
<h2>Default DNS Zone</h2> <p>The default DNS zone will likely look similar to the below picture though the IP address in the Record column will likely differ, as will the domain ('hello.com' will be substituted with your domain name.)<br /> </p> <h2>Record Overview</h2> <p>The Advanced DNS Zone Editor offers three main record types:</p> <ul> <li> <p><strong>A Record</strong> - tells web browsers and other software what IP address to query for a website address</p> </li> <li> <p><strong>CNAME Record</strong> - maps address to already existing address (take care when setting CNAMEs though, as software other than web browsers are usually not obligated to follow CNAME records and may fail queries!)</p> </li> <li> <p><strong>TXT Record</strong> - basically a record that has custom text data; common example of a TXT record is a SPF record that looks similarly to 'v=spf1 a -all'</p> </li> </ul> <p>Each record consists of four main fields:</p> <ul> <li> <p><strong>Name</strong> - record name, such as a subdomain</p> </li> <li> <p><strong>TTL</strong> - Time To Live, how much time in seconds the record will be cached (stored locally across systems to speed up queries, high values useful if records don't update often)</p> </li> <li> <p><strong>Type</strong> - one of the above three types</p> </li> <li> <p><strong>Address/CNAME/TXT Data</strong> - "target" or "content" field of the record; an IP address for A records, a domain name for CNAME records and text data for TXT Records</p> <p><em><strong>Note: </strong>each subdomain that is added via cPanel will have it's own A Record in the Advanced DNS Zone Editor added automatically</em></p> </li> </ul> <h2>Adding Records</h2> <h3><em><strong>Important!</strong></em> cPanel will automatically create records necessary for any added domain or subdomain. Adding records is usually only advised if custom changes are necessary.<br /> <br /> Before manipulating DNS records please make sure the correct domain is selected in the Select a Domain section:<br /> <br /> <br /> To add a record<strong>:</strong></h3> <ol> <li> <p><strong>S</strong>elect the type, input the Name, TTL, and the Target field<br /> <em><strong>Note:</strong> the TTL is commonly left out at 3600.</em><br /> <br /> Once you input the record Name, selecting another field or clicking somewhere else will make cPanel fill out the "rest" of the record, if the full domain is not specified.</p> </li> <li> <p>After entering the required details click the Add Record button<br /> <br /> <em><strong>Note:</strong> when a domain and a dot are specified at the end, the record will be treated as an absolute address as opposed to a subdomain.</em></p> </li> </ol> <h3>Editing Records</h3> <p>Editing Records is done by clicking the Edit link next to each record. The procedure for editing them is then very similar to adding records.<br /> </p> <h3>Deleting Records</h3> <p>Deleting DNS Records is done by clicking the Delete link next to each record and confirming the deletion in the following confirmation message.</p>