DNS Made Easy Domain Configuration

Learn how to point your DNS Made Easy domain to a Pantheon site.

Discuss in our Forum Discuss in Slack

Before You Begin

Be sure that you have a:

Locate Pantheon's DNS Values

Identify DNS values to point your domain to Pantheon:

  1. Go to the Site Dashboard and select the target environment (typically Live) then click Domains / HTTPS.
  2. Click the Details button next to your domain.

Keep this page open and login to your DNS Made Easy account in a new tab before you continue.

Configure DNS Records on DNS Made Easy

A Record

  1. Click DNS in the menu bar and select the domain you wish to configure.

  2. Within the A table, click to add a new record.

  3. Leave the Name field blank and enter the A record value provided by Pantheon in the IP field.

  4. Select desired Time to Live (TTL).

  5. Click Submit:

    dns made easy a record

AAAA Records

  1. Within the AAAA table, click to add a new record.

  2. Leave the Name field blank and enter the first AAAA record value provided by Pantheon in the IPv6 field.

  3. Select desired Time to Live (TTL).

  4. Click Submit. Repeat steps 1-4 for the second AAAA record value provided by Pantheon. There are two AAAA records for improved uptime and reliability:

    dns made easy aaaa records

A Record for subdomain

An A record is required to configure a subdomain (e.g., www.example.com).

  1. Within the A table, click to add a new record.
  2. Enter www in the Name field and enter the A record value provided by Pantheon in the IP field (e.g. 23.185.0.2).
  3. Select desired Time to Live (TTL).
  4. Click Submit:

Next Steps