From 857df6780dc5a076fef36f06bc425ac288bb40d1 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Mon, 11 Aug 2025 02:40:48 +0800 Subject: [PATCH] Update cf-setup.ps1 --- dev/cf-setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/cf-setup.ps1 b/dev/cf-setup.ps1 index 40a2186..87268fd 100644 --- a/dev/cf-setup.ps1 +++ b/dev/cf-setup.ps1 @@ -74,7 +74,7 @@ function Test-AdminRights { Write-Host "====== CloudFlared Tunnel Setup Tool ======" -ForegroundColor Cyan Write-Host "Initializing..." -ForegroundColor Yellow -$cloudflaredUrl = "https://github.com/cloudflare/cloudflared/releases/download/2025.6.1/cloudflared-windows-amd64.exe" +$cloudflaredUrl = "https://github.com/cloudflare/cloudflared/releases/download/2025.8.0/cloudflared-windows-amd64.exe" $installDir = "$env:ProgramData\cloudflared" $cloudflaredBin = Join-Path $installDir "cloudflared.exe" $logPath = Join-Path $installDir "cloudflared.log"