Changes between Version 7 and Version 8 of add_new_domain_to_existing_account
- Timestamp:
- May 29, 2012, 12:57:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
add_new_domain_to_existing_account
v7 v8 28 28 This step adds two records to our domain name server - saying that the two authoritative domain servers for the domain mayfirst.info are: a.ns.mayfirst.org and b.ns.mayfirst.org. 29 29 30 For every domain name you want the DNS records should include values something like these: 31 {{{ 32 DNS Type Domain name Time to live Server Name 33 ns example.org 259200 a.ns.mayfirst.org 34 ns example.org 259200 b.ns.mayfirst.org 35 }}} 36 30 37 Next, you will want to add records that tell our domain name servers which IP address should be used for the various versions of the domain name you want to use. These are called "A" records. To add an A record: 31 38