From 13901cab3c45f1e454bf9f521b50e05c3fa5cc12 Mon Sep 17 00:00:00 2001 From: kbitr <33611687+kbitr@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:57:26 +0100 Subject: [PATCH 1/2] Update subdomains-outside-cloudflare.mdx adding a note for the reverse; subdomain setups after customers told they were unable to find it - kai --- .../how-to/subdomains-outside-cloudflare.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/docs/dns/manage-dns-records/how-to/subdomains-outside-cloudflare.mdx b/src/content/docs/dns/manage-dns-records/how-to/subdomains-outside-cloudflare.mdx index 554f670e05b2b16..99ba155ae0ca868 100644 --- a/src/content/docs/dns/manage-dns-records/how-to/subdomains-outside-cloudflare.mdx +++ b/src/content/docs/dns/manage-dns-records/how-to/subdomains-outside-cloudflare.mdx @@ -29,7 +29,7 @@ Cloudflare's CDN and security services are not applied to delegated subdomains. *** -## Delegate a subdomain +## Delegate a subdomain (outgoing) To delegate a subdomain such as *internal.example.com*, tell DNS resolvers where to find the zone file: @@ -44,3 +44,7 @@ To delegate a subdomain such as *internal.example.com*, tell DNS resolvers wher The `A` records for the subdomain are only required as glue records for nameservers that are located in the subdomain of the current zone that is being delegated. ::: 5. (Optional) If the delegated nameserver has DNSSEC enabled, [add the `DS` record](/dns/dnssec/#1-activate-dnssec-in-cloudflare) in Cloudflare. + +## Deletegate a subdomain (incoming) + +To delegate a subdomain from your existing DNS servers to Cloudflare, please refer to [subdomain setups](dns/zone-setups/subdomain-setup). From e305f68df30eee3c84c004c0584e3de4a432588f Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Thu, 13 Feb 2025 13:02:04 +0000 Subject: [PATCH 2/2] Fix typo and update link to more specific page --- .../how-to/subdomains-outside-cloudflare.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/dns/manage-dns-records/how-to/subdomains-outside-cloudflare.mdx b/src/content/docs/dns/manage-dns-records/how-to/subdomains-outside-cloudflare.mdx index 99ba155ae0ca868..fdf379c797dd4d3 100644 --- a/src/content/docs/dns/manage-dns-records/how-to/subdomains-outside-cloudflare.mdx +++ b/src/content/docs/dns/manage-dns-records/how-to/subdomains-outside-cloudflare.mdx @@ -45,6 +45,6 @@ To delegate a subdomain such as *internal.example.com*, tell DNS resolvers wher ::: 5. (Optional) If the delegated nameserver has DNSSEC enabled, [add the `DS` record](/dns/dnssec/#1-activate-dnssec-in-cloudflare) in Cloudflare. -## Deletegate a subdomain (incoming) +## Delegate a subdomain (incoming) -To delegate a subdomain from your existing DNS servers to Cloudflare, please refer to [subdomain setups](dns/zone-setups/subdomain-setup). +To delegate a subdomain from an external DNS provider to Cloudflare, refer to [subdomain setups](/dns/zone-setups/subdomain-setup/setup/).