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
Expand Up @@ -57,12 +57,12 @@ End users can connect to private hostnames using the following traffic on-ramps:

Private hostname routing only works for applications connected with `cloudflared`. Other traffic off-ramps require IP-based routes.

| Connector | Compatibility |
| ------------------------------------------------------------------------------------------ | ------------- |
| [cloudflared](/cloudflare-one/connections/connect-networks/private-net/cloudflared/) | ✅ |
| [WARP-to-WARP](/cloudflare-one/connections/connect-networks/private-net/warp-to-warp/) | ❌ |
| [WARP Connector](/cloudflare-one/connections/connect-networks/private-net/warp-connector/) | ❌ |
| [Magic WAN](/magic-wan/zero-trust/cloudflare-gateway/) | ❌ |
| Connector | Compatibility | Minimum version |
| ------------------------------------------------------------------------------------------ | ------------- | -- |
| [cloudflared](/cloudflare-one/connections/connect-networks/private-net/cloudflared/) | ✅ | 2025.7.0 |
| [WARP-to-WARP](/cloudflare-one/connections/connect-networks/private-net/warp-to-warp/) | ❌ | |
| [WARP Connector](/cloudflare-one/connections/connect-networks/private-net/warp-connector/) | ❌ | |
| [Magic WAN](/magic-wan/zero-trust/cloudflare-gateway/) | ❌ | |

## Connect a private hostname

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ User traffic is on-ramped to Gateway using one of the following methods:

[Connect your private network](/cloudflare-one/connections/connect-networks/private-net/cloudflared/connect-cidr/) to Cloudflare using `cloudflared`. For example, if you want traffic to egress from AWS, connect the private CIDR block of your AWS VPC.

::::note
Requires `cloudflared` version 2025.7.0 or later.
::::

## 2. Add a public hostname route

To route a public hostname through Cloudflare Tunnel:
Expand Down
Loading