diff --git a/Reverse-Proxy-with-Cloudflare-Tunnel.md b/Reverse-Proxy-with-Cloudflare-Tunnel.md index d372bc0..80772dd 100644 --- a/Reverse-Proxy-with-Cloudflare-Tunnel.md +++ b/Reverse-Proxy-with-Cloudflare-Tunnel.md @@ -48,16 +48,23 @@ But trust me, once you learn, you will remember how to configure a cloudflare tu 1. Go to [Cloudflare Zero Trust](https://dash.teams.cloudflare.com/). -2. `Access` > `Tunnels` > `Create Tunnel` +2. `Network` > `Tunnels` > `Create a Tunnel` - + -3. Type a `Tunnel name` such as `uptime-kuma` and save tunnel. -4. Click the token to copy it. +3. `Cloudflared` > `Next` - + -5. Go to your Uptime Kuma instance. +4. Type a `Tunnel name` such as `uptime-kuma` and save tunnel. +5. Click the clipboard icon to copy the run command. + + +6. Paste that into a text editor so you can copy the token from the end of the command. + ```cmd + cloudflared.exe service install eyJhIjoiZDA4ZGNiMTUXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + `` ` +7. Go to your Uptime Kuma instance.