From 5d3d76f2c2e0dd57dc82f4098dec88c720ba695e Mon Sep 17 00:00:00 2001 From: naltmann Date: Tue, 19 Nov 2024 13:13:37 -0800 Subject: [PATCH 1/2] Replace broken link to WARP client Link to https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/private-networks is 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0db8dc0..4679e0c6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can also use `cloudflared` to access Tunnel origins (that are protected with at Layer 4 (i.e., not HTTP/websocket), which is relevant for use cases such as SSH, RDP, etc. Such usages are available under `cloudflared access help`. -You can instead use [WARP client](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/private-networks) +You can instead use [WARP client](https://developers.cloudflare.com/warp-client/) to access private origins behind Tunnels for Layer 4 traffic without requiring `cloudflared access` commands on the client side. From 3daaf68fee3db9150de2e2b02ef678e5f2c6f1df Mon Sep 17 00:00:00 2001 From: naltmann Date: Sun, 19 Jan 2025 09:39:18 -0800 Subject: [PATCH 2/2] Update README.md Fix broken link to create tunnel page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4679e0c6..10b8c400 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ User documentation for Cloudflare Tunnel can be found at https://developers.clou Once installed, you can authenticate `cloudflared` into your Cloudflare account and begin creating Tunnels to serve traffic to your origins. -* Create a Tunnel with [these instructions](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/create-tunnel) +* Create a Tunnel with [these instructions](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/) * Route traffic to that Tunnel: * Via public [DNS records in Cloudflare](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/routing-to-tunnel/dns) * Or via a public hostname guided by a [Cloudflare Load Balancer](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/routing-to-tunnel/lb)