Skip to content

Commit

Permalink
Merge pull request #3455 from dfinity/rjb/custom-domains-fixes-v99
Browse files Browse the repository at this point in the history
update DNS example configuration
  • Loading branch information
r-birkner authored Sep 18, 2024
2 parents e54ab07 + e932fee commit 7ab0b89
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 7ab0b89

Please sign in to comment.