Skip to content

Commit 61a71ac

Browse files
committed
convert prereqs to partials
1 parent cfc9374 commit 61a71ac

File tree

4 files changed

+39
-46
lines changed

4 files changed

+39
-46
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/private-net/cloudflared/connect-private-hostname.mdx

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,7 @@ Configure Gateway to resolve the private hostname using your internal DNS resolv
9494

9595
### 4. Set up the client
9696

97-
<Details header="Feature availability">
98-
99-
| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
100-
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
101-
| Gateway with WARP | Enterprise |
102-
103-
| System | Availability | Minimum WARP version |
104-
| -------- | ------------ | -------------------- |
105-
| Windows || 2025.4.929.0 |
106-
| macOS || 2025.4.929.0 |
107-
| Linux || 2025.4.929.0 |
108-
| iOS || |
109-
| Android || |
110-
| ChromeOS || |
111-
112-
</Details>
97+
<Render file="gateway/egress-selector-warp-version" />
11398

11499
<Render file="tunnel/warp-to-tunnel-client" />
115100

@@ -198,13 +183,7 @@ For a step-by-step troubleshooting procedure, refer to [Troubleshoot private net
198183

199184
End users can connect to private hostnames from the following device on-ramps:
200185

201-
| On-ramp method | Compatibility |
202-
| ------------------------------------------------------------------------------------------ | ------------- |
203-
| [WARP client](/cloudflare-one/connections/connect-devices/warp/) ||
204-
| [PAC files](/cloudflare-one/connections/connect-devices/agentless/pac-files/) ||
205-
| [Browser Isolation](/cloudflare-one/policies/browser-isolation/) ||
206-
| [WARP Connector](/cloudflare-one/connections/connect-networks/private-net/warp-connector/) ||
207-
| [Magic WAN](/magic-wan/zero-trust/cloudflare-gateway/) ||
186+
<Render file="gateway/egress-selector-onramps" />
208187

209188
### Private network connectivity
210189

src/content/docs/cloudflare-one/policies/gateway/egress-policies/index.mdx

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -180,32 +180,11 @@ Gateway uses Rust to evaluate regular expressions. The Rust implementation is sl
180180

181181
### Selector prerequisites
182182

183-
<Details header="Feature availability">
184-
185-
| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
186-
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
187-
| Gateway with WARP | Enterprise |
188-
189-
| System | Availability | Minimum WARP version |
190-
| -------- | ------------ | -------------------- |
191-
| Windows || 2025.4.929.0 |
192-
| macOS || 2025.4.929.0 |
193-
| Linux || 2025.4.929.0 |
194-
| iOS || |
195-
| Android || |
196-
| ChromeOS || |
197-
198-
</Details>
183+
<Render file="gateway/egress-selector-warp-version" />
199184

200185
The [Application](#application), [Content Categories](#content-categories), [Domain](#domain), and [Host](#host) selectors are only available for traffic on-ramped to Gateway with the following methods:
201186

202-
| On-ramp method | Compatibility |
203-
| ------------------------------------------------------------------------------------------ | ------------- |
204-
| [WARP](/cloudflare-one/connections/connect-devices/warp/) ||
205-
| [PAC files](/cloudflare-one/connections/connect-devices/agentless/pac-files/) ||
206-
| [Browser Isolation](/cloudflare-one/policies/browser-isolation/) ||
207-
| [WARP Connector](/cloudflare-one/connections/connect-networks/private-net/warp-connector/) ||
208-
| [Magic WAN](/magic-wan/zero-trust/cloudflare-gateway/) ||
187+
<Render file="gateway/egress-selector-onramps" />
209188

210189
When you use these selectors in an egress policy for traffic from a supported on-ramp, Gateway will assign initial resolved IPs in the `100.80.0.0/16` range to the DNS queries, then apply the correct egress IP according to the egress policy. Unsupported traffic will be resolved with your default Gateway settings. Gateway will only overwrite the DNS response when the query matches a condition in the egress policy. If you use [DNS locations](/cloudflare-one/connections/connect-devices/agentless/dns/locations/) to send a DNS query to Gateway with IPv4, IPv6, DoT, or DoH, Gateway will not return the initial resolved IP for supported traffic nor resolve unsupported traffic.
211190

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
{}
3+
4+
---
5+
6+
| On-ramp method | Compatibility |
7+
| ------------------------------------------------------------------------------------------ | ------------- |
8+
| [WARP](/cloudflare-one/connections/connect-devices/warp/) ||
9+
| [PAC files](/cloudflare-one/connections/connect-devices/agentless/pac-files/) ||
10+
| [Browser Isolation](/cloudflare-one/policies/browser-isolation/) ||
11+
| [WARP Connector](/cloudflare-one/connections/connect-networks/private-net/warp-connector/) ||
12+
| [Magic WAN](/magic-wan/zero-trust/cloudflare-gateway/) ||
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
{}
3+
4+
---
5+
6+
import { Details } from "~/components"
7+
8+
<Details header="Feature availability">
9+
10+
| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
11+
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
12+
| Gateway with WARP | Enterprise |
13+
14+
| System | Availability | Minimum WARP version |
15+
| -------- | ------------ | -------------------- |
16+
| Windows || 2025.4.929.0 |
17+
| macOS || 2025.4.929.0 |
18+
| Linux || 2025.4.929.0 |
19+
| iOS || |
20+
| Android || |
21+
| ChromeOS || |
22+
23+
</Details>

0 commit comments

Comments
 (0)