Skip to content

Commit

Permalink
Merge pull request #3390 from dfinity/jessiemongeon1-patch-3
Browse files Browse the repository at this point in the history
fix: ALIAS typo
  • Loading branch information
jessiemongeon1 authored Aug 23, 2024
2 parents b1f5c3b + 4f7ee7c commit 5f68c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-docs/web-apps/custom-domains/dns-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The resulting configuration should look similar to the following screenshot:
### Subdomain
To configure a subdomain (e.g., `example.ic-domain.live`), add the following records by clicking on **Add new record**:

* Create a `CNAME` record for which you set the host field to `example` and the target field to `example.ic-domain.live.icp1.io`;
* Create a `ALIAS` record for which you set the host field to `example` and the target field to `example.ic-domain.live.icp1.io`;

* Create a `CNAME` record for which you set the host field to `_acme-challenge.example` and the target field to `_acme-challenge.example.ic-domain.live.icp2.io`;

Expand Down

0 comments on commit 5f68c40

Please sign in to comment.