From 702e0842264d21acf5b7a42ab497a578c3904f27 Mon Sep 17 00:00:00 2001 From: David Wampamba Date: Sun, 30 Nov 2025 14:18:12 +0300 Subject: [PATCH] Add Internetbs CNAME record information --- src/routes/docs/advanced/platform/custom-domains/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/advanced/platform/custom-domains/+page.markdoc b/src/routes/docs/advanced/platform/custom-domains/+page.markdoc index a0bd9bb743..a315baf662 100644 --- a/src/routes/docs/advanced/platform/custom-domains/+page.markdoc +++ b/src/routes/docs/advanced/platform/custom-domains/+page.markdoc @@ -89,7 +89,7 @@ Below, you'll find a list of registrars and links to their DNS setting documenta | Vercel | [Settings](https://vercel.com/docs/custom-domains) | | Wix | [Settings](https://support.wix.com/en/article/connecting-a-wix-domain-to-an-external-site) | | Yahoo Small Business | [A Record](https://help.turbify.com/s/article/how-do-i-add-edit-and-delete-an-a-record) / [CNAME Record](https://help.turbify.com/s/article/how-do-i-add-edit-and-delete-a-cname-record) | - +| Internetbs | [CNAME Record](https://faq.internetbs.net/hc/en-gb/articles/4509182052637-How-do-I-add-a-CNAME-record) | DNS changes might take up to 48 hours to propagate worldwide. This means that it might take up to two days for your new domain to become accessible using Appwrite. For debugging, you can try using [this online tool](https://dnschecker.org/) to check your DNS propagation status. In addition to the DNS setup, you might also want to update the "Allowed Domains" section in your Appwrite project settings. By default, Appwrite only allows API calls from localhost, appwrite.io, and your project's default custom domains. You can add your custom domain to this list to ensure that API requests from your domain are accepted.