Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: HTTP
title: PAC files
sidebar:
order: 1
---
Expand All @@ -11,7 +11,7 @@ import { Details, GlossaryDefinition, TabItem, Tabs } from "~/components";
Only available on Enterprise plans.
:::

You can apply Gateway HTTP and DNS policies at the browser level by configuring a Proxy Auto-Configuration (PAC) file.
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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ flowchart LR
end
n1(["User near non-FedRAMP compliant data center"]) -- Gateway TLS connection wrapped with WARP TLS --> n2
n2 --> n3
n3 --> n4(["HTTPS server"])
n5 --> n3 & n6
n3 --> n4(["HTTPS server"]) & n5
n5 --> n6

n5@{ shape: rect}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
{}

---

To connect your devices to Cloudflare:

1. [Deploy the WARP client](/cloudflare-one/connections/connect-devices/warp/deployment/) on your devices in Gateway with WARP mode.
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.
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.