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 @@ -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