Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update add-site.mdx #16959

Merged
merged 4 commits into from
Sep 20, 2024
Merged
Changes from 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ pcx_content_type: tutorial

import { Render } from "~/components"

When you add a site to Cloudflare, you need to create a new domain within Cloudflare and then perform additional steps to activate that domain.
Follow these steps to add your website or application to Cloudflare. This process allows you to [proxy web traffic](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-reverse-proxy) through Cloudflare, which speeds up and protects websites and services on your domain.
abstergail marked this conversation as resolved.
Show resolved Hide resolved

Cloudflare will become the primary [DNS provider](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-dns-provider) for your domain, meaning your [DNS records](/dns/concepts/#dns-records) are managed at Cloudflare, and we authoritatively answer all DNS queries.

:::note

Expand Down
Loading