Skip to content

Commit 2013069

Browse files
[CF1] WARP with firewall macOS scope update (#22662)
1 parent f76f1d7 commit 2013069

File tree

1 file changed

+18
-6
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment

1 file changed

+18
-6
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/firewall.mdx

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ WARP connects to the following IP addresses, depending on which [tunnel protocol
5252

5353
### MASQUE
5454

55-
| | |
56-
| -------------- | ---------------------------------------------------------------------------------------------- |
57-
| IPv4 address | `162.159.197.0/24` |
58-
| IPv6 address | `2606:4700:102::/48` |
59-
| Default port | `UDP 443` |
55+
| | |
56+
| -------------- | ------------------------------------------------------------------------------------------------------------------- |
57+
| IPv4 address | `162.159.197.0/24` |
58+
| IPv6 address | `2606:4700:102::/48` |
59+
| Default port | `UDP 443` |
6060
| Fallback ports | `UDP 500` <br/> `UDP 1701` <br/> `UDP 4500` <br/> `UDP 4443` <br/> `UDP 8443` <br/> `UDP 8095` <br/> `TCP 443` [^1] |
6161

6262
[^1]: Required for HTTP/2 fallback
@@ -116,7 +116,19 @@ The WARP client attempts to synchronize the exact time by NTP (`UDP 123`) to [Cl
116116
If your organization does not currently allow inbound/outbound communication over the IP addresses, ports, and domains described above, you must manually add an exception. The rule at a minimum needs to be scoped to the following process based on your platform:
117117

118118
- Windows: `C:\Program Files\Cloudflare\Cloudflare WARP\warp-svc.exe`
119-
- macOS: `/Applications/Cloudflare WARP.app/Contents/Resources/CloudflareWARP`
119+
- macOS: You must explicitly allow both the core networking daemon and GUI component as shown in the following instructions.
120+
121+
1. Core networking daemon: `/Applications/Cloudflare WARP.app/Contents/Resources/CloudflareWARP`
122+
123+
This binary does not have a Bundle ID and must be allowed via full path.
124+
125+
2. GUI component, choose one of the following three identifiers depending on your MDM or firewall vendor's preferred format:
126+
127+
`/Applications/Cloudflare WARP.app` (Path)
128+
129+
`/Applications/Cloudflare WARP.app/Contents/MacOS/Cloudflare WARP` (Path)
130+
131+
`com.cloudflare.1dot1dot1dot1dot1.macos` (Bundle ID)
120132

121133
### Optional scopes
122134

0 commit comments

Comments
 (0)