Skip to content

Commit a4c1b0f

Browse files
authored
Merge pull request #54256 from github/repo-sync
Repo sync
2 parents cc95b5c + 7805e33 commit a4c1b0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ To set up an apex domain, such as `example.com`, you must configure a custom dom
6565
2606:50c0:8003::153
6666
```
6767

68+
> [!NOTE]
69+
> If your DNS provider automatically sets a default record, remove it before continuing.
70+
6871
{% indented_data_reference reusables.pages.wildcard-dns-warning spaces=3 %}
6972
{% data reusables.command_line.open_the_multi_os_terminal %}
7073
1. To confirm that your DNS record configured correctly, use the `dig` command, replacing _EXAMPLE.COM_ with your apex domain. Confirm that the results match the IP addresses for {% data variables.product.prodname_pages %} above.
@@ -88,7 +91,6 @@ To set up an apex domain, such as `example.com`, you must configure a custom dom
8891
> EXAMPLE.COM 3600 IN AAAA 2606:50c0:8003::153
8992
```
9093

91-
Remember to also check your `A` record.
9294
{% data reusables.pages.build-locally-download-cname %}
9395
{% data reusables.pages.enforce-https-custom-domain %}
9496

0 commit comments

Comments
 (0)