From 47eb91f7f7b57167f59ee7f280d181c26eb32a63 Mon Sep 17 00:00:00 2001 From: Rachel Whitton Date: Mon, 2 Dec 2024 16:30:36 -0600 Subject: [PATCH] Delete google dns page update links --- source/content/dns-providers/google.md | 80 ------------------- .../releasenotes/2017-09-01-documentation.md | 2 - 2 files changed, 82 deletions(-) delete mode 100644 source/content/dns-providers/google.md diff --git a/source/content/dns-providers/google.md b/source/content/dns-providers/google.md deleted file mode 100644 index 7dd40eee95..0000000000 --- a/source/content/dns-providers/google.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -title: Google Domain Configuration -provider: Google -description: Learn how to point your Google domain to a Pantheon site. -tags: [domains] -permalink: docs/:basename -editpath: dns-providers/google.md/ -contenttype: [doc] -innav: [true] -categories: [domains] -cms: [--] -audience: [--] -product: [--] -integration: [google] ---- -## Before You Begin -Be sure that you have a: - -- Registered domain name using Google Domains to host DNS -- [Paid Pantheon plan](/guides/launch/plans) -- [Domain connected](/guides/launch/domains) to the target Pantheon environment (typically Live) - -## Locate Pantheon's DNS Values -Identify DNS values to point your domain to Pantheon: - -1. Navigate to the [Site Dashboard](/guides/account-mgmt/workspace-sites-teams/sites#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 [Google Domains account](https://domains.google.com/registrar) in a new tab before you continue. - -## Configure DNS Records on Google Domains - -### A Record -1. Select the **Configure DNS** icon within the Google Domains interface: - - ![Google configure dns](../../images/google-config-dns.png) - -2. Scroll to the **Custom resource records** section. -3. Enter **@** in the **Host** field and provide the A record value provided by Pantheon in the **IPv4** field. -4. Set desired Time to Live (TTL). - - - - #### Time to Live (TTL) - - The TTL dictates the lifespan of a DNS record; a shorter time means less time to wait until the changes go into effect. TTLs are always set in seconds with a few common ones being 86400 (24 hours), 43200 (12 hours), and 3600 (1 hour). - - When you make a change to the TTL of an existing record, you need to wait for the old TTL time to pass - that is, if it had been set to 86400, you would need to wait a full 24 hours for the new setting to begin propagating everywhere. - - - -5. Click **Add** to create the record. - -![Google configure ipv4](../../images/google-a-record.png) - - -### AAAA Records - -1. Within the same section (**Custom resource records**), change the record type from **A** to **AAAA**. -2. Enter **@** in the **Host** field and provide the first AAAA record value provided by Pantheon in the **IPv6 address** field. -3. Click the **+** icon to the right of the IPv6 field then enter the second AAAA record provided by Pantheon in the **IPv6 address** field. -4. Set desired Time to Live (TTL), then click **Add** to create the record. - -![Google configure ipv6](../../images/google-aaaa.png) - - -### Subdomains -Create one A record and 2 AAAA records for the given subdomain (e.g., `www.example.com`): - -1. Within the same section (**Custom resource records**), select the record type **A**. -2. Enter `www` in the **Host** field and enter the A record value provided by Pantheon (e.g. `23.185.0.2`) in the **IPv4** field. -3. Set desired Time to Live (TTL), then click **Add** to create the record. -4. Repeat steps 1-3 for the two AAAA records. - - -## Next Steps - -* [Launch Essentials: Domains & HTTPS](/guides/launch/domains) - -* [Launch Essentials: Redirect to a Primary Domain](/guides/launch/redirects) diff --git a/source/releasenotes/2017-09-01-documentation.md b/source/releasenotes/2017-09-01-documentation.md index 9f88a503e9..f2ff6d08b2 100644 --- a/source/releasenotes/2017-09-01-documentation.md +++ b/source/releasenotes/2017-09-01-documentation.md @@ -11,6 +11,4 @@ Learn how to ace an online speed test with Pantheon's Global CDN. [DNS Made Easy Domain Configuration](/dns-made-easy) -[Google Domain Configuration](/google) - [Style Guide](/style-guide)