Skip to content

Commit 04a448e

Browse files
committed
gateway proxy
1 parent dbf4380 commit 04a448e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/partials/cloudflare-one/tunnel/enable-gateway-proxy.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@
44

55
import { Tabs, TabItem } from "~/components";
66

7+
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
8+
79
1. Go to **Settings** > **Network**.
810
2. In **Firewall**, turn on **Proxy**.
911
3. Select **TCP**.
1012
4. (Recommended) To proxy traffic to internal DNS resolvers, select **UDP**.
1113
5. (Recommended) To proxy traffic for diagnostic tools such as `ping` and `traceroute`, select **ICMP**. You may also need to [update your system](/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/common-errors/#ping-and-traceroute-commands-do-not-work) to allow ICMP traffic through `cloudflared`.
1214

15+
</TabItem>
16+
<TabItem label="Terraform (v5)">
17+
18+
Proxy settings are not currently supported by the Terraform v5 provider (as of version 5.3.0). To turn on the Gateway proxy, use the dashboard or API.
19+
20+
</TabItem>
21+
</Tabs>
22+
1323
Cloudflare will now proxy traffic from enrolled devices, except for the traffic excluded in your [split tunnel settings](/cloudflare-one/connections/connect-networks/private-net/cloudflared/#3-route-private-network-ips-through-warp). For more information on how Gateway forwards traffic, refer to [Gateway proxy](/cloudflare-one/policies/gateway/proxy/).

0 commit comments

Comments
 (0)