Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/docs/dns/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ head:
- tag: title
content: DNS concepts

description: Explore key DNS concepts with Cloudflare, including domains, registrars, zones, nameservers, DNS records, and DNSSEC for enhanced security.
---

import { Details, Example, GlossaryTooltip } from "~/components";
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/dns/dns-firewall/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding/updating meta description for page: http://localhost:1111/dns/dns-firewall/

pcx_content_type: overview
title: DNS Firewall
description: Protect and accelerate your authoritative nameservers with Cloudflare DNS Firewall. Benefit from DDoS mitigation, caching, and global distribution.
sidebar:
order: 10

Expand Down
1 change: 1 addition & 0 deletions src/content/docs/dns/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ head:
- tag: title
content: Get started with Cloudflare DNS
Description: Review a list of commonly accessed resources to support you throughout your journey as a Cloudflare DNS user.
description: Learn how to set up and manage Cloudflare DNS for your domain. Optimize DNS records, enhance security, and speed up your website with Cloudflare.
---

import { GlossaryDefinition, Render } from "~/components";
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/dns/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding/updating meta description for page: http://localhost:1111/dns/

pcx_content_type: overview
title: Cloudflare DNS
description: Explore Cloudflare DNS: a fast, resilient DNS service offering excellent performance, DDoS protection, and easy management for your domain.
sidebar:
order: 2

Expand Down
1 change: 1 addition & 0 deletions src/content/docs/dns/zone-setups/full-setup/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sidebar:
head:
- tag: title
content: Change your nameservers (Full setup)
description: Learn how to set up Cloudflare as your primary DNS provider with our full setup guide. Manage DNS records and update nameservers easily.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar:
head:
- tag: title
content: Troubleshooting full setup

description: Learn how to troubleshoot Cloudflare DNS full setup issues, including DNSSEC, nameserver mismatches, and registrar settings. Ensure smooth domain resolution.
---

If you see unexpected results when [changing your nameservers](/dns/zone-setups/full-setup/setup/), review the following troubleshooting questions.
Expand Down
3 changes: 1 addition & 2 deletions src/content/docs/dns/zone-setups/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding/updating meta description for page: http://localhost:1111/dns/zone-setups/

pcx_content_type: concept
title: DNS setups
description: Explore Cloudflare DNS zone setups: full, partial, subdomain, and zone transfers. Learn how to optimize DNS management for your needs.
sidebar:
order: 3
---
Expand All @@ -16,10 +17,8 @@ When using Cloudflare DNS, you have a few options for your DNS zone setup:

:::note[Note:]


If you run your own authoritative nameservers but still want to benefit from Cloudflare's global anycast network, check out [DNS Firewall](/dns/dns-firewall/).


:::

## Common use cases and availability
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ head:
- tag: title
content: DNS resolution in partial zones

description: Learn how Cloudflare handles DNS resolution in partial zones, including CNAME records and DNS record management for optimized web performance.
---

import { GlossaryTooltip } from "~/components"
Expand Down
3 changes: 2 additions & 1 deletion src/content/docs/dns/zone-setups/partial-setup/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ title: Partial (CNAME) setup
sidebar:
order: 2
label: About
description: Learn how to set up a Partial (CNAME) setup with Cloudflare, allowing you to proxy subdomains while keeping your primary DNS provider. Ideal for businesses.
---

import { FeatureTable, Render } from "~/components"

<Render file="partial-setup-definition" />

Once you are on a partial setup, the actual resolution of your records to Cloudflare depends on CNAME records [added at your authoritative DNS provider](/dns/zone-setups/partial-setup/setup/#3-add-dns-records). Check your authoritative DNS provider to know which records are pointing to `{your-hostname}.cdn.cloudflare.net`.
Once you are on a partial setup, the actual resolution of your records to Cloudflare depends on CNAME records [added at your authoritative DNS provider](/dns/zone-setups/partial-setup/setup/#3-add-dns-records). Check your authoritative DNS provider to know which records are pointing to `{your-hostname}.cdn.cloudflare.net`.

## How to

Expand Down
1 change: 1 addition & 0 deletions src/content/docs/dns/zone-setups/partial-setup/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sidebar:
head:
- tag: title
content: Set up a partial (CNAME) zone
description: Learn how to set up a partial (CNAME) zone with Cloudflare DNS. Proxy subdomains while keeping your primary DNS provider. Ideal for Business or Enterprise plans.
---

import { Details, Render, GlossaryTooltip, Steps } from "~/components";
Expand Down
Loading