You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/switch-organizations.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,9 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
61
61
<key>override_doh_endpoint</key>
62
62
<string>203.0.113.0</string>
63
63
<key>override_warp_endpoint</key>
64
-
<string>203.0.113.0:2408</string>
64
+
<string>203.0.113.0:0</string>
65
65
<key>display_name</key>
66
-
<string>Cloudflare China network</string>
66
+
<string>China employees</string>
67
67
</dict>
68
68
<dict>
69
69
<key>organization</key>
@@ -109,9 +109,9 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
109
109
<key>override_doh_endpoint</key>
110
110
<string>203.0.113.0</string>
111
111
<key>override_warp_endpoint</key>
112
-
<string>203.0.113.0:2408</string>
112
+
<string>203.0.113.0:0</string>
113
113
<key>display_name</key>
114
-
<string>Cloudflare China network</string>
114
+
<string>China employees</string>
115
115
</dict>
116
116
<dict>
117
117
<key>organization</key>
@@ -127,11 +127,11 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
0 commit comments