Skip to content

Commit 8d58704

Browse files
[ZT] Include IP calculator in Split Tunnels guide (#26432)
* [ZT] Include IP calculator in Split Tunnels guide Adds the CIDR IP calculator for excluding specific IP ranges from WARP tunnel. This is a common activity that would help users at this point in their configuration. * Import the IP calculator component * Update add-split-tunnels-route.mdx --------- Co-authored-by: ranbel <[email protected]>
1 parent 1758375 commit 8d58704

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
---
44

55
import { GlossaryTooltip, TabItem, Tabs, Render } from "~/components";
6+
import SubtractIPCalculator from "~/components/SubtractIPCalculator.tsx";
67

78
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
89

@@ -22,6 +23,18 @@ import { GlossaryTooltip, TabItem, Tabs, Render } from "~/components";
2223

2324
Traffic to this IP address is now excluded or included from the WARP tunnel.
2425

26+
:::note
27+
If you would like to exclude a specific IP range from a larger IP range, you can use this calculator:
28+
29+
<SubtractIPCalculator
30+
client:load
31+
defaults={{
32+
base: "172.16.0.0/12",
33+
exclude: ["172.31.0.0/16"]
34+
}}
35+
/>
36+
:::
37+
2538
</TabItem> <TabItem label="Add a domain">
2639

2740
To add a domain to Split Tunnels:

0 commit comments

Comments
 (0)