You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can apply Gateway HTTP and DNS policies at the browser level by configuring a Proxy Auto-Configuration (PAC) file.
@@ -28,7 +26,6 @@ Install a [Cloudflare certificate](/cloudflare-one/connections/connect-devices/u
28
26
You can generate a proxy endpoint on the Zero Trust dashboard or through the Cloudflare API.
29
27
30
28
:::caution
31
-
32
29
All devices you add to the proxy endpoint will be able to access your Cloudflare Tunnel applications and services. If you only want to proxy web traffic, you can build a network policy that blocks those source IPs from connecting to your internal resources.
33
30
:::
34
31
@@ -48,9 +45,7 @@ All devices you add to the proxy endpoint will be able to access your Cloudflare
Gateway limits the prefix length of source networks for proxy endpoints to `/8` for IPv4 networks and `/32` for IPv6 networks.
85
-
86
79
:::
87
80
88
81
2. After running the call, you should see an output similar to
@@ -197,6 +190,118 @@ To test your configuration, you can test any [supported HTTP policy](#limitation
197
190
198
191
You can now use the Proxy Endpoint selector in [network](/cloudflare-one/policies/gateway/network-policies/#proxy-endpoint) and [HTTP](/cloudflare-one/policies/gateway/http-policies/#proxy-endpoint) policies to filter traffic proxied via PAC files.
199
192
193
+
## Configure firewall
194
+
195
+
You may need to configure your organization's firewall to allow your users to connect to a proxy endpoint. Depending on your firewall, you will need to create a rule using either your proxy endpoint's domain or IP addresses.
196
+
197
+
To get the domain of a proxy endpoint:
198
+
199
+
<TabssyncKey="dashPlusAPI">
200
+
201
+
<TabItemlabel="Dashboard">
202
+
203
+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Gateway** > **Proxy endpoints**.
204
+
2. Choose the proxy endpoint. Select **Edit**.
205
+
3. In **Proxy Endpoint**, copy the domain.
206
+
207
+
</TabItem>
208
+
209
+
<TabItemlabel="API">
210
+
211
+
1. Use the [List proxy endpoints](/api/resources/zero_trust/subresources/gateway/subresources/proxy_endpoints/methods/list/) operation to get a list of your proxy endpoints and their details. For example:
0 commit comments