Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ZT] update tunnel with firewall #16871

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
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
Expand Up @@ -3,6 +3,7 @@ pcx_content_type: reference
title: Tunnel with firewall
sidebar:
order: 1
tableOfContents: false
---

You can implement a positive security model with Cloudflare Tunnel by blocking all ingress traffic and allowing only egress traffic from `cloudflared`. Only the services specified in your tunnel configuration will be exposed to the outside world.
Expand All @@ -19,6 +20,7 @@ The parameters below can be configured for egress traffic inside of a firewall.
| ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ------------------------ |
| `region1.v2.argotunnel.com` | `198.41.192.167`<br/> `198.41.192.67`<br/> `198.41.192.57`<br/> `198.41.192.107`<br/> `198.41.192.27`<br/> `198.41.192.7`<br/> `198.41.192.227`<br/> `198.41.192.47`<br/> `198.41.192.37`<br/> `198.41.192.77` | `2606:4700:a0::1`<br/> `2606:4700:a0::2`<br/> `2606:4700:a0::3`<br/> `2606:4700:a0::4`<br/> `2606:4700:a0::5`<br/> `2606:4700:a0::6`<br/> `2606:4700:a0::7`<br/> `2606:4700:a0::8`<br/> `2606:4700:a0::9`<br/> `2606:4700:a0::10` | 7844 | TCP/UDP (`http2`/`quic`) |
| `region2.v2.argotunnel.com` | `198.41.200.13`<br/> `198.41.200.193`<br/> `198.41.200.33`<br/> `198.41.200.233`<br/> `198.41.200.53`<br/> `198.41.200.63`<br/> `198.41.200.113`<br/> `198.41.200.73`<br/> `198.41.200.43`<br/> `198.41.200.23` | `2606:4700:a8::1`<br/> `2606:4700:a8::2`<br/> `2606:4700:a8::3`<br/> `2606:4700:a8::4`<br/> `2606:4700:a8::5`<br/> `2606:4700:a8::6`<br/> `2606:4700:a8::7`<br/> `2606:4700:a8::8`<br/> `2606:4700:a8::9`<br/> `2606:4700:a8::10` | 7844 | TCP/UDP (`http2`/`quic`) |
| `_v2-origintunneld._tcp.argotunnel.com`<sup>1</sup> | Not applicable | Not applicable | 7844 | TCP (`http2`) |
| `cftunnel.com`<sup>1</sup> | Not applicable | Not applicable | 7844 | TCP/UDP (`http2`/`quic`) |
| `h2.cftunnel.com`<sup>1</sup> | Not applicable | Not applicable | 7844 | TCP (`http2`) |
| `quic.cftunnel.com`<sup>1</sup> | Not applicable | Not applicable | 7844 | UDP (`quic`) |
Expand Down
Loading