Skip to content

Commit cdf3560

Browse files
authored
[Gateway] Proxy endpoints for Tunnel (#20959)
* Fix flowchart direction * Rename PAC files page * Add PAC file link * Add proxy endpoint info
1 parent 04ac81c commit cdf3560

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/agentless/pac-files.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: how-to
3-
title: HTTP
3+
title: PAC files
44
sidebar:
55
order: 1
66
---
@@ -11,7 +11,7 @@ import { Details, GlossaryDefinition, TabItem, Tabs } from "~/components";
1111
Only available on Enterprise plans.
1212
:::
1313

14-
You can apply Gateway HTTP and DNS policies at the browser level by configuring a Proxy Auto-Configuration (PAC) file.
14+
You can apply Gateway HTTP and DNS policies at the browser level by configuring a Proxy Auto-Configuration (PAC) file to connect to a proxy endpoint.
1515

1616
<GlossaryDefinition term="PAC file" prepend="A PAC file is " />
1717

src/content/docs/cloudflare-one/policies/gateway/http-policies/tls-decryption.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ flowchart LR
133133
end
134134
n1(["User near non-FedRAMP compliant data center"]) -- Gateway TLS connection wrapped with WARP TLS --> n2
135135
n2 --> n3
136-
n3 --> n4(["HTTPS server"])
137-
n5 --> n3 & n6
136+
n3 --> n4(["HTTPS server"]) & n5
137+
n5 --> n6
138138
139139
n5@{ shape: rect}
140140
```
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
{}
3-
43
---
54

65
To connect your devices to Cloudflare:
76

8-
1. [Deploy the WARP client](/cloudflare-one/connections/connect-devices/warp/deployment/) on your devices in Gateway with WARP mode.
7+
1. [Deploy the WARP client](/cloudflare-one/connections/connect-devices/warp/deployment/) on your devices in Gateway with WARP mode or [generate a proxy endpoint](/cloudflare-one/connections/connect-devices/agentless/pac-files/) and deploy a PAC file.
98
2. [Create device enrollment rules](/cloudflare-one/connections/connect-devices/warp/deployment/device-enrollment/) to determine which devices can enroll to your Zero Trust organization.

0 commit comments

Comments
 (0)