Skip to content

[ZT] Edit China MDM example #23682

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 1 commit into from
Jul 16, 2025
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 @@ -61,9 +61,9 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
<key>override_doh_endpoint</key>
<string>203.0.113.0</string>
<key>override_warp_endpoint</key>
<string>203.0.113.0:2408</string>
<string>203.0.113.0:0</string>
<key>display_name</key>
<string>Cloudflare China network</string>
<string>China employees</string>
</dict>
<dict>
<key>organization</key>
Expand Down Expand Up @@ -109,9 +109,9 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
<key>override_doh_endpoint</key>
<string>203.0.113.0</string>
<key>override_warp_endpoint</key>
<string>203.0.113.0:2408</string>
<string>203.0.113.0:0</string>
<key>display_name</key>
<string>Cloudflare China network</string>
<string>China employees</string>
</dict>
<dict>
<key>organization</key>
Expand All @@ -127,11 +127,11 @@ An MDM file supports a maximum of 25 configurations. The following example inclu

## Switch organizations in WARP

<Tabs> <TabItem label="macos, windows, and linux">
<Tabs> <TabItem label="Windows, macOS, and Linux">

<Render file="warp/switch-orgs" params={{ one: "Select the gear icon.", two: "Preferences > Account" }} />

</TabItem> <TabItem label="ios and android">
</TabItem> <TabItem label="iOS and Android">

<Render file="warp/switch-orgs" params={{ one: "Go to Settings > Advanced.", two: "Settings > Account" }} />

Expand Down