[DNS] Proxy status use cases #29789
Merged
RebeccaTamachiro merged 11 commits intoApr 21, 2026
Merged
Conversation
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
hannes-cf
reviewed
Apr 17, 2026
|
|
||
| ### Connection timeouts | ||
|
|
||
| Cloudflare enforces a default [Proxy Read Timeout](/fundamentals/reference/connection-limits/) of 120 seconds between Cloudflare and your origin server. If your origin does not send an HTTP response within this window, Cloudflare returns a [524 error](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524/). Enterprise customers can [increase the timeout value](/cache/how-to/cache-rules/settings/#proxy-read-timeout-enterprise-only). |
Collaborator
There was a problem hiding this comment.
I wonder if we should reference the actual number here. What if we change it? How do we know to also change it here (and not only in the referenced page)?
Contributor
Author
There was a problem hiding this comment.
That's a good call 👍 I removed the duplicated table but missed this one. Thank you!
hannes-cf
reviewed
Apr 17, 2026
hannes-cf
reviewed
Apr 17, 2026
|
|
||
| Cloudflare does not proxy SMTP traffic on port 25 by default. Proxying a record that handles email traffic causes mail servers to connect to Cloudflare's IP addresses instead of your mail server. This prevents email delivery. | ||
|
|
||
| Use a dedicated hostname for email that is separate from your proxied web traffic hostname. If your MX record points to the same hostname as your website, Cloudflare creates a `dc-#####` record to route email traffic directly to your origin. Refer to [Email issues](/dns/troubleshooting/email-issues/) for details. |
Collaborator
There was a problem hiding this comment.
Suggested change
| Use a dedicated hostname for email that is separate from your proxied web traffic hostname. If your MX record points to the same hostname as your website, Cloudflare creates a `dc-#####` record to route email traffic directly to your origin. Refer to [Email issues](/dns/troubleshooting/email-issues/) for details. | |
| Use a dedicated hostname for email that is separate from your proxied web traffic hostname. If your MX record points to the same hostname as your website, Cloudflare dynamically prepends `dc-#####` to the hostname in the response for the MX record to route email traffic directly to your origin. Refer to [Email issues](/dns/troubleshooting/email-issues/) for details. |
or something similar that indicates that Cloudflare doesn't create a new record, but dynamically injects something into the response. Will dm you with more details, Rebecca.
ranbel
reviewed
Apr 20, 2026
ranbel
reviewed
Apr 20, 2026
ranbel
approved these changes
Apr 20, 2026
Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
PCX-21286
PCX-20722