-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[DNS] Fix listing in learning-path and add notes to Adv NS and cf-as-primary #25797
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
dd4d91b
Callout standard NS still repond to queries while adv is enabled
RebeccaTamachiro 9c87a0e
Add note about per-record CNAME flattening to cf-as-primary/setup
RebeccaTamachiro b532214
Remove Foundation DNS from SSL/TLS page in learning-path
RebeccaTamachiro b05485d
Dedicated page for records transfer and mention non-transferable
RebeccaTamachiro 75a9570
Apply suggestions from code review
RebeccaTamachiro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
...docs/dns/zone-setups/zone-transfers/cloudflare-as-primary/transfer-criteria.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| --- | ||
| pcx_content_type: reference | ||
| title: Records transfer | ||
| sidebar: | ||
| order: 9 | ||
| --- | ||
|
|
||
| Consider the sections below to understand the expected behaviors, depending on DNS record type and proxied status. | ||
|
|
||
|
|
||
| ## Proxied records | ||
|
|
||
| For each [proxied DNS record](/dns/proxy-status/) in your zone, Cloudflare will transfer out two `A` and two `AAAA` records. | ||
|
|
||
| These records correspond to the [Cloudflare IP addresses](https://www.cloudflare.com/ips) used for proxying traffic. | ||
|
|
||
| ## DNS-only CNAME records | ||
|
|
||
| As explained in [DNS record types](/dns/manage-dns-records/reference/dns-record-types/#cname), Cloudflare uses a process called [CNAME flattening](/dns/cname-flattening/) to return the final IP address instead of the CNAME target. CNAME flattening improves performance and is also what allows you to set a CNAME record on the zone apex. | ||
|
|
||
| Depending on the [settings](/dns/cname-flattening/set-up-cname-flattening/) you have, when you use DNS-only CNAME records with outgoing zone transfers, you can expect the following: | ||
|
|
||
| - For DNS-only CNAME records on the zone apex, Cloudflare will always transfer out the flattened IP addresses. | ||
| - For DNS-only CNAME records on subdomains, Cloudflare will only transfer out flattened IP addresses if the setting [**Flatten all CNAMEs**](/dns/cname-flattening/set-up-cname-flattening/#for-all-cname-records) is enabled. | ||
|
|
||
| :::note[Per-record CNAME flattening] | ||
|
|
||
| For records using [per-record CNAME flattening](/dns/cname-flattening/set-up-cname-flattening/#per-record) (meaning **Flatten all CNAMEs** is disabled), Cloudflare will transfer out the CNAME, not the flattened IP address. | ||
RebeccaTamachiro marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ::: | ||
|
|
||
| ## Records that are not transferred | ||
|
|
||
| The following records are not transferred out when you use Cloudflare as primary: | ||
|
|
||
| - [CAA records](/ssl/edge-certificates/caa-records/). | ||
| - TXT records used for TLS certificate validation. | ||
| - DNS-only [Load Balancing](/load-balancing/load-balancers/dns-records/) records. | ||
RebeccaTamachiro marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| :::note | ||
| Proxied Load Balancing records are transferred as [explained above](#proxied-records). | ||
RebeccaTamachiro marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ::: | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.