Skip to content

Commit 939e1de

Browse files
ranbelRebeccaTamachiro
authored andcommitted
[ZT] Split Tunnel and Local Domain Fallback limits (#21380)
* Update account-limits.mdx * link to account limits * revise wording
1 parent 8ee927b commit 939e1de

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

src/content/docs/cloudflare-one/account-limits.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ This page lists the default account limits for rules, applications, fields, and
9696

9797
| Feature | Character limit |
9898
| ----------------------------- | ------------------ |
99-
| Device profile expression | 10,000 |
99+
| Device profile expression | 10,000 |
100+
| Combined Split Tunnel and Local Domain Fallback entries per device profile | 1,000 |

src/content/partials/cloudflare-one/warp/add-split-tunnels-route.mdx

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,27 @@ import { GlossaryTooltip, TabItem, Tabs } from "~/components";
1010
4. Select **Manage**.
1111
5. You can exclude or include routes based on either their IP address or domain. When possible we recommend adding an IP address instead of a domain. To learn about the consequences of adding a domain, refer to [Domain-based Split Tunnels](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/#domain-based-split-tunnels).
1212

13-
<Tabs> <TabItem label="Add an IP">
13+
<Tabs> <TabItem label="Add an IP">
1414

15-
To add an IP address to Split Tunnels:
15+
To add an IP address to Split Tunnels:
1616

17-
1. Select _IP Address_.
18-
2. Enter the IP address or <GlossaryTooltip term="CIDR">CIDR</GlossaryTooltip> you want to exclude or include.
19-
3. Select **Save destination**.
17+
1. Select _IP Address_.
18+
2. Enter the IP address or <GlossaryTooltip term="CIDR">CIDR</GlossaryTooltip> you want to exclude or include.
19+
3. Select **Save destination**.
2020

21-
Traffic to this IP address is now excluded or included from the WARP tunnel.
21+
Traffic to this IP address is now excluded or included from the WARP tunnel.
2222

23-
</TabItem> <TabItem label="Add a domain">
23+
</TabItem> <TabItem label="Add a domain">
2424

25-
To add a domain to Split Tunnels:
25+
To add a domain to Split Tunnels:
2626

27-
1. Select _Domain_.
28-
2. Enter a [valid domain](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/#valid-domains) to exclude or include.
29-
3. Select **Save destination**.
30-
4. (Optional) If your domain does not have a public DNS record, create a [Local Domain Fallback](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/local-domains/) entry to allow a private DNS server to handle domain resolution.
27+
1. Select _Domain_.
28+
2. Enter a [valid domain](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/#valid-domains) to exclude or include.
29+
3. Select **Save destination**.
30+
4. (Optional) If your domain does not have a public DNS record, create a [Local Domain Fallback](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/local-domains/) entry to allow a private DNS server to handle domain resolution.
3131

32-
When a user goes to the domain, the domain gets resolved according to your Local Domain Fallback configuration (either by Gateway or by your private DNS server). WARP Split Tunnels will then dynamically include or exclude the IP address returned in the DNS lookup.
32+
When a user goes to the domain, the domain gets resolved according to your Local Domain Fallback configuration (either by Gateway or by your private DNS server). WARP Split Tunnels will then dynamically include or exclude the IP address returned in the DNS lookup.
3333

34-
</TabItem> </Tabs>
34+
</TabItem> </Tabs>
3535

36-
You can add up to 1,000 combined Split Tunnel and [Local Domain Fallback](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/local-domains/) entries to a given device profile.
37-
38-
We recommend keeping the Split Tunnels list short, as each entry takes time for the client to parse. In particular, domains are slower to action than IP addresses because they require on-the-fly IP lookups and routing table / local firewall changes. A shorter list will also make it easier to understand and debug your configuration.
36+
We recommend keeping the Split Tunnels list short, as each entry takes time for the client to parse. In particular, domains are slower to action than IP addresses because they require on-the-fly IP lookups and routing table / local firewall changes. A shorter list will also make it easier to understand and debug your configuration. For information on device profile limits, refer to [Account limits](/cloudflare-one/account-limits/#warp).

0 commit comments

Comments
 (0)