Skip to content

Commit cee77db

Browse files
authored
Fix incorrect DNS instructions
The previous instructions incorrectly implied that users should choose _one_ of `A`, `AAAA` and `ALIAS`/`ANAME` records. In fact, if users do not opt for the `ALIAS`/`ANAME` record, they should use _both_ `A` and `AAAA` records. This change makes that clearer.
1 parent e335d21 commit cee77db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ To set up a `www` or custom subdomain, such as `www.example.com` or `blog.exampl
143143

144144
If you are familiar with the process of configuring your domain for a {% data variables.product.prodname_pages %} site, you can use the table below to find the DNS values for your specific scenario and the DNS record types that your DNS provider supports. For more information, including how to configure your {% data variables.product.prodname_pages %} site on {% data variables.product.github %} and how to verify the configuration using the `dig` command, refer to the sections above.
145145

146-
To configure an apex domain, you only need to pick a single DNS record type from the table below. To configure an apex domain and `www` subdomain (for example, `example.com` and `www.example.com`), configure the apex domain and then the subdomain. For more information, see [Configuring an apex domain and the `www` subdomain variant](#configuring-an-apex-domain-and-the-www-subdomain-variant).
146+
To configure an apex domain, add all of the `A` and `AAAA` records from the table below, or alternatively add the `ALIAS`/`ANAME` record shown in the table. To configure an apex domain and `www` subdomain (for example, `example.com` and `www.example.com`), configure the apex domain and then the subdomain. For more information, see [Configuring an apex domain and the `www` subdomain variant](#configuring-an-apex-domain-and-the-www-subdomain-variant).
147147

148148
{% data reusables.pages.wildcard-dns-warning %}
149149

0 commit comments

Comments
 (0)