Skip to content

Commit 4c7886e

Browse files
committed
Initial refresh of any pages that appear outdated
1 parent 3e2ecac commit 4c7886e

File tree

7 files changed

+108
-75
lines changed

7 files changed

+108
-75
lines changed

src/content/docs/china-network/concepts/china-dns.mdx

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ Cloudflare China Network provides a nearest-to-client nameservice by default. Th
99

1010
## In-China Nameserver
1111

12-
Cloudflare is able to deploy DNS service in mainland China to improve the Time to First Byte (TTFB) performance. With this deployment, the DNS query will be resolved in mainland China instead of global DNS servers.
12+
Cloudflare is able to deploy DNS service in mainland China to improve the Time to First Byte (TTFB) performance. With this deployment, the DNS query will be resolved in Mainland China instead of global DNS servers.
1313

1414
## When to use
1515

16-
Before you enable China Authoritative DNS, you should confirm that majority (over 90%) of the traffic is coming from China. After you enable China Authoritative DNS, all the global DNS requests will be routed to JD Cloud data centers in China instead of the nearest data centers.
16+
Before you enable China Authoritative DNS, you should confirm that majority (over 90%) of the traffic is coming from Mainland China. After you enable China Authoritative DNS, all the global DNS requests will be routed to JD Cloud data centers in Mainland China instead of the nearest data centers.
1717

1818
## Comparison
1919

2020
The following table compares the default DNS offering with the In-China Nameserver option.
2121

22-
| DNS option | Behavior |
23-
| ------------------- | --------------------------------------------- |
24-
| Default | Uses the DNS server closest to the end user. |
25-
| In-China Nameserver | Uses only DNS in China, operated by JD Cloud. |
22+
| DNS option | Behavior |
23+
| ------------ | --------------------------------------------- |
24+
| Default | Uses the DNS server closest to the end user. |
25+
| In-China DNS | Uses only DNS in China, operated by JD Cloud. |
2626

2727
## General setup
2828

@@ -35,12 +35,17 @@ After you [enable the Cloudflare China Network service](/china-network/get-start
3535
2. Update your domain registrar with the assigned in-China nameservers.
3636

3737
- For a full setup: These nameservers are displayed in the Cloudflare dashboard.
38-
- For a partial setup: Create a `CNAME` record pointing to `<host_name>.cdn.cloudflarecn.net`.
38+
- For a partial setup: Create a `CNAME` record pointing to `<hostname>.cdn.cloudflareanycast.net` for global default DNS setting and `<hostname>.cdn.cloudflarecn.net` for In-China DNS.
3939

40-
For example, consider a zone named `samplezone.cn`. In this zone, you have two DNS records, `www` and `media`, pointing to two different origin servers. Your Authoritative DNS server needs to set the following DNS records:
40+
For a China Network zone named `example.cn` that requires In-China DNS. If you have two DNS records, `www` and `media`, pointing to two different origin servers. Your Authoritative DNS server will have the following DNS records:
4141

42-
- CNAME `www.samplezone.cn` to `www.samplezone.cn.cdn.cloudflarecn.net`
43-
- CNAME `media.samplezone.cn` to `media.samplezone.cn.cdn.cloudflarecn.net`
42+
- CNAME `www.example.cn` to `www.example.cn.cdn.cloudflarecn.net`
43+
- CNAME `media.example.cn` to `media.example.cn.cdn.cloudflarecn.net`
44+
45+
For a China Network zone named `example.com` that requires global default DNS setting. If you have two DNS records, `www` and `media`, pointing to two different origin servers. Your Authoritative DNS server will have the following DNS records:
46+
47+
- CNAME `www.example.com` to `www.example.com.cdn.cloudflareanycast.net`
48+
- CNAME `media.example.com` to `media.example.com.cdn.cloudflareanycast.net`
4449

4550
3. Test your configuration by checking if the domain resolves correctly.
4651

src/content/docs/china-network/concepts/global-acceleration.mdx

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,37 @@ pcx_content_type: concept
44
weight: 4
55
---
66

7+
import { Stream } from "~/components";
8+
79
:::note
8-
Global Acceleration a service offering that can be an add-on to China Network and also extend Zero Trust services into China.
10+
Global Acceleration a service offering that can be an add-on to China Network and also extends Zero Trust services into China.
911
:::
1012

11-
Global Acceleration is a suite of connectivity, performance offerings and professional services designed to simplify your global assets' deployment in China. Global Acceleration is provided by our partners including CMI, CBC, and JD Cloud. Depending on what fits your needs best, Global Acceleration can support the following scenarios:
12-
13-
| Offer | Scenario |
14-
| --------------------------------------------------------------- | ------------------------------------------------------------- |
15-
| [CDN Global Acceleration](#cdn-global-acceleration) | Higher performance of China Network CDN with dynamic content. |
16-
| [WARP Global Acceleration](#warp-global-acceleration) | WARP client used in China. |
17-
| [Magic WAN Global Acceleration](#magic-wan-global-acceleration) | Magic WAN used in China. |
18-
| [ICP](#icp-services) | ICP services. |
19-
| [MLPS](#mlps-services) | MLPS certification services. |
20-
| [Travel SIM](#travel-sim) | Zero Trust clients in business traveling to China. |
13+
Global Acceleration is a suite of connectivity and performance offerings designed to simplify your global assets' deployment in China. Global Acceleration is provided by our partners including CMI, CBC, and JD Cloud.
14+
15+
<Stream
16+
id="18457868eb13222051618b0d138e0225"
17+
title="Global Acceleration"
18+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/2-China-Express-thumbnail.png"
19+
chapters={{
20+
Introduction: "17s",
21+
"Dynamic content outside of Mainland China": "38s",
22+
"Access to global services": "1m43s",
23+
"Private network connectivity": "2m54s",
24+
Summary: "3m43s",
25+
}}
26+
/>
27+
28+
Depending on what fits your needs best, Global Acceleration can support the following scenarios:
29+
30+
| Offer | Scenario |
31+
| --------------------------------------------------------------- | ------------------------------------------------------------------- |
32+
| [CDN Global Acceleration](#cdn-global-acceleration) | Elevated performance of global dynamic assets on China Network CDN. |
33+
| [WARP Global Acceleration](#warp-global-acceleration) | WARP client used in Mainland China. |
34+
| [Magic WAN Global Acceleration](#magic-wan-global-acceleration) | Magic WAN used in Mainland China. |
35+
| [ICP](#icp-services) | China Network prerequisite. |
36+
| [MLPS](#mlps-services) | MLPS certification services. |
37+
| [Travel SIM](#travel-sim) | Zero Trust clients in business traveling to Mainland China. |
2138

2239
## CDN Global Acceleration
2340

@@ -53,7 +70,7 @@ Ensure that you have a Cloudflare [Enterprise plan](https://www.cloudflare.com/p
5370

5471
### 2. Sign contract
5572

56-
Contact your Cloudflare account team. They will assist you with contracting with our local China partners.
73+
Contact your Cloudflare account team. They will assist you with contracting with us or our local China partners, depending on the service.
5774

5875
### 3. Deploy Global Acceleration
5976

src/content/docs/china-network/concepts/icp.mdx

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,20 @@ pcx_content_type: concept
44
source: https://support.cloudflare.com/hc/en-us/articles/209714777-Understanding-and-configuring-an-ICP-number
55
sidebar:
66
order: 3
7-
87
---
98

109
Internet Content Provider (ICP) is a licensing regime instated by the Telecommunications Regulations of the People's Republic of China (中华人民共和国电信条例), promulgated in September 2000.
1110

12-
Under ICP, all websites with their own domain name that operate inside China must obtain a license, whether hosted on a server in mainland China or provided to visitors from China via a CDN. Licenses are issued at the provincial level. You can use the Ministry of Industry and Information Technology (MIIT) website to [check if a domain already has an ICP number](https://beian.miit.gov.cn/#/Integrated/recordQuery) (only available in Chinese).
11+
Under the ICP, all websites with their own domain name that operate inside China must obtain a license, whether hosted on a server in Mainland China or provided to visitors from China via a CDN. Licenses are issued at the provincial level. You can use the Ministry of Industry and Information Technology (MIIT) website to[check if a domain already has an ICP number](https://beian.miit.gov.cn/#/Integrated/recordQuery) (only available in Chinese).
1312

14-
All public websites in mainland China must have an ICP number [displayed on the website's home page](#display-your-icp-number). Websites with the same apex domain can share the same ICP number. China-based hosting providers are instructed to shut down any website (often without notice) without an ICP number.
13+
All public websites in Mainland China must have an ICP number [displayed on the website's home page](#display-your-icp-number). Websites with the same apex domain can share the same ICP number. China-based hosting providers are instructed to shut down any website (often without notice) without an ICP number.
1514

1615
## Types of ICP
1716

1817
To host web services in mainland China, you are legally required to acquire an **ICP filing** or an **ICP license** in China.
1918

2019
The type of ICP you must obtain depends on the type of website you are providing to customers in China:
2120

22-
23-
2421
| | ICP filing | ICP license |
2522
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2623
| Definition | An ICP filing, known in Chinese as “Bei’An,” is the first level of ICP registration. An ICP filing enables the holder to host a website on a server or CDN in mainland China for informational purposes only. | An ICP license, known as “ICP Zheng” in Chinese, allows online platforms or third-party sellers selling goods and services to deploy their website on a hosting server or CDN within mainland China. |
@@ -30,27 +27,21 @@ The type of ICP you must obtain depends on the type of website you are providing
3027
| Other requirements | N/A | Companies acquiring an ICP license must already have obtained an ICP filing. |
3128
| Timeline | 1-2 months | 2-3 months |
3229

33-
34-
3530
If you wish to host a marketing-related website, you only need an ICP filing.
3631

37-
***
32+
---
3833

3934
## Obtain an ICP number
4035

4136
Cloudflare recommends that you apply for an ICP license through your hosting or Cloud Services Provider. You will need to provide the necessary documents to your provider to register the ICP number on your behalf:
4237

38+
| For Individuals | For Commercial Companies |
39+
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
40+
| – ICP application form<br/>– Copy of your personal ID<br/>– Forms to authenticate website information<br/>– Copy of your domain certificate | – Copy of your business license<br/>– Your organization code certificate |
4341

42+
After all required documents are submitted, it can take four to eight weeks to obtain an ICP depending on the type of website and the province where the company is registered. Although, there is no cost to register with the MIIT, your provider may charge you a fee.
4443

45-
| For individuals | For commercial companies |
46-
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
47-
| – ICP application form<br/>– Copy of your personal ID<br/>– Forms to authenticate website information<br/>– Copy of your domain certificate | – Copy of your business license<br/>– Your organization code certificate  |
48-
49-
50-
51-
After all required documents are submitted, it can take four to eight weeks to obtain an ICP number depending on the type of website and the province where the company is registered. Although there is no cost to register with the MIIT, your provider may charge you a fee.
52-
53-
After receiving the ICP number and the certificate, add it to your website's home page. 
44+
After receiving the ICP number and the certificate, add it to your website's home page.
5445

5546
## Display your ICP number
5647

src/content/docs/china-network/faq.mdx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sidebar:
55
order: 5
66
head: []
77
description: Review FAQs for Cloudflare's China Network.
8-
98
---
109

1110
## Requirements
@@ -36,7 +35,7 @@ As a US company, Cloudflare does not have a license from China's Ministry of Ind
3635

3736
### Can Cloudflare or JD Cloud help me to get the ICP?
3837

39-
No, neither Cloudflare nor JD Cloud is responsible for [ICP (Internet Content Provider)](/china-network/concepts/icp/) applications. Cloudflare recommends you to reach out to local agents specialized in ICP applications. For more information, refer to [Obtain an ICP number](/china-network/concepts/icp/#obtain-an-icp-number).
38+
No, neither Cloudflare nor JD Cloud is responsible for [ICP (Internet Content Provider)](/china-network/concepts/icp/) applications. However, Cloudflare can help provide referrals to ICP partners specialized in ICP applications. For more information, refer to [Obtain an ICP number](/china-network/concepts/icp/#obtain-an-icp-number).
4039

4140
### Why is my ICP filing/license revoked?
4241

@@ -55,10 +54,4 @@ The JD Cloud network is proxying content inside of China for customers who have
5554

5655
### How does IPv6 work on the Cloudflare China Network?
5756

58-
All sites hosted in mainland China must have IPv6 enabled. The Cloudflare China Network feature automatically enables IPv6 for domains to fulfill this requirement and it is not possible to disable it. According to Cloudflare's tests, IPv6 connections in mainland China are more reliable and offer better latency.
59-
60-
## Other services
61-
62-
### Can Cloudflare provide a private line for cross-border traffic?
63-
64-
No. Cloudflare is not licensed to provide such cross-border private line service.
57+
All sites hosted in Mainland China must have IPv6 enabled. The Cloudflare China Network feature automatically enables IPv6 for domains to fulfill this requirement and it is not possible to disable it. According to Cloudflare's tests, IPv6 connections in Mainland China are more reliable and offer better latency.

src/content/docs/china-network/get-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Contact your sales team for more information on these steps.
2121

2222
3. Ensure that your websites [display their ICP number in the page footer](/china-network/concepts/icp/#display-your-icp-number).
2323

24-
4. Prepare the required information for JD Cloud to review the content on your domains. JD Cloud, a Cloudflare partner, is required to review and vet the content of all domains on their network before enabling them. You will need to provide the following information:
24+
4. Prepare the required information for JD Cloud to review your domains' content. JD Cloud, our partner, is required to review and vet the content of all domains on their network before China Network is enabled. You will need to provide the following information:
2525

2626
- Customer and company name.
2727
- Domain name.
@@ -33,4 +33,4 @@ Contact your sales team for more information on these steps.
3333

3434
After content vetting is complete, [add your domains to Cloudflare](/fundamentals/setup/manage-domains/add-site/).
3535

36-
It will take a minimum of 24 hours to enable user traffic (that is, until DNS starts answering with JD Cloud's network IP addresses).
36+
For first-time enablement of zone, it will take approximately 24-48 hours to fully onboard to China Network. Afterwards, China Network can be enabled and disabled within your Cloudflare dashboard.

src/content/docs/china-network/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ head:
88
content: Overview
99
---
1010

11-
import { CardGrid, LinkCard } from "~/components"
11+
import { CardGrid, LinkCard } from "~/components";
1212

1313
The [Cloudflare China Network](https://www.cloudflare.com/china-network/) is a package of selected Cloudflare's performance and security products running on data centers located in mainland China and operated by Cloudflare's partner JD Cloud.
1414

@@ -22,7 +22,7 @@ The Cloudflare China Network provides:
2222
- An unified experience for managing network traffic and security posture. You can manage all configurations on the same dashboard.
2323
- The same customer support capabilities as Cloudflare's global network. You may also have access to premium service and local language support.
2424
- [In-China Authoritative DNS and in-China nameservers](/china-network/concepts/china-dns/) to improve the Time to First Byte (TTFB) performance.
25-
- [Global Acceleration](/china-network/concepts/global-acceleration/) is a suite of connectivity, performance offerings and professional services designed to simplify your global assets' deployment in China.
25+
- [Global Acceleration](/china-network/concepts/global-acceleration/) is a suite of connectivity and performance offerings designed to simplify your global assets' deployment in China.
2626

2727
## Availability
2828

0 commit comments

Comments
 (0)