From e932fee3ffdd2c9305fbb702d9d9a17afc54a6a2 Mon Sep 17 00:00:00 2001 From: Ruediger Birkner Date: Wed, 11 Sep 2024 14:13:29 +0200 Subject: [PATCH] fixes --- .../custom-domains/using-custom-domains.mdx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/developer-docs/web-apps/custom-domains/using-custom-domains.mdx b/docs/developer-docs/web-apps/custom-domains/using-custom-domains.mdx index cead753a02..148f736381 100644 --- a/docs/developer-docs/web-apps/custom-domains/using-custom-domains.mdx +++ b/docs/developer-docs/web-apps/custom-domains/using-custom-domains.mdx @@ -204,15 +204,16 @@ the canister ID `hwvjt-wqaaa-aaaam-qadra-cai`. ### DNS configuration -| Record Type   | Host                 | Value                               | -| ------------- | --------------------- | ------------------------------------ | -| `CNAME`       | @                   | foo.bar.com.icp1.io                 | -| `TXT`         | \_canister-id         | hwvjt-wqaaa-aaaam-qadra-cai         | -| `CNAME`       | \_acme-challenge     | \_acme-challenge.foo.bar.com.icp2.io | +| Record Type   | Host                 | Value                               | +| ------------- | ----------------------------- | ------------------------------------ | +| `CNAME`       | foo.bar.com                 | foo.bar.com.icp1.io                 | +| `TXT`         | \_canister-id.foo.bar.com     | hwvjt-wqaaa-aaaam-qadra-cai         | +| `CNAME`       | \_acme-challenge.foo.bar.com | \_acme-challenge.foo.bar.com.icp2.io | :::info -Some DNS providers do not require you to specify the main domain. For example: +Some DNS providers do not require you to specify the main domain (`bar.com`). +For example: - `foo` instead of `foo.bar.com`.