Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following products and features are available on the Cloudflare China Networ
| [WAF custom rules](/waf/custom-rules/) | Custom WAF rules. Supports uploaded content scanning and managed challenges. |
| [Rate limiting rules](/waf/rate-limiting-rules/) | Define rate limits for incoming requests matching an expression, and the action to take when those rate limits are reached. |
| [Page Shield](/page-shield/) | Simplifies external script management by tracking loaded resources like scripts and providing alerts when it detects new resources or malicious scripts. |
| [Bot Management](/bots/) | Provides bot identification and protection for a domain. Only supports certain Machine Learning (ML) models. |
| [Bot Management](/bots/)[^1] | Provides bot identification and protection for a domain. Only supports certain Machine Learning (ML) models. |
| [Argo Smart Routing](/argo-smart-routing/) | Layer 7 (application layer) traffic smart-routed more efficiently to origin. |
| [Rules](/rules/) | Make adjustments to requests and responses, configure Cloudflare settings, and trigger specific actions for matching requests. |
| [Load Balancing](/load-balancing/additional-options/load-balancing-china/) | Maximize application performance and availability. |
Expand All @@ -30,7 +30,6 @@ The following products and features are available on the Cloudflare China Networ
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Workers](/workers/) | A serverless execution environment running on the Cloudflare global network. |
| [Workers KV](/kv/) | Configuration data, service routing metadata, personalization (A/B testing). |
| [Durable Objects](/durable-objects/)[^1] | Create AI agents, collaborative applications, real-time interactions like chat, and more without needing to coordinate state, have separate storage, or manage infrastructure. |
| [R2](/r2/)[^2] | Object storage for all your data. |
| [KV](/kv/) | Configuration data, service routing metadata, personalization (A/B testing). |
| [Assets](/workers/static-assets/) | Upload static assets (HTML, CSS, images and other files) as part of your Worker — Cloudflare will handle caching and serving them to web browsers. |
Expand All @@ -45,11 +44,11 @@ The following products and features are available on the Cloudflare China Networ
| [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/) | Deploy custom code on behalf of your users or let your users directly deploy their own code to your platform, managing infrastructure. |
| [Pages](/pages/) | Deploy dynamic front-end applications in record time. |

[^1]: Durable Objects cannot be created within Mainland China, all new instances will be created outside. Invoking a Durable Object still works as normal.
[^1]: Turnstile is not available within Mainland China.

[^2]: R2 buckets cannot be created within Mainland China and [custom domains](/r2/buckets/public-buckets/#add-your-domain-to-cloudflare) are not supported within Mainland China. However, R2 can be extended into Mainland China through [Global Acceleration](/china-network/concepts/global-acceleration/).

[^3]: Image Resizing works [within Workers](/images/transform-images/transform-via-workers/) but not [through URL format](/images/transform-images/transform-via-url/).
[^3]: Image Resizing works [within Workers](/images/transform-images/transform-via-workers/), but may not be available [through URL format](/images/transform-images/transform-via-url/).

## Network Services

Expand Down
Loading