Update cf-setup.ps1
This commit is contained in:
@@ -74,7 +74,7 @@ function Test-AdminRights {
|
|||||||
Write-Host "====== CloudFlared Tunnel Setup Tool ======" -ForegroundColor Cyan
|
Write-Host "====== CloudFlared Tunnel Setup Tool ======" -ForegroundColor Cyan
|
||||||
Write-Host "Initializing..." -ForegroundColor Yellow
|
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"
|
$installDir = "$env:ProgramData\cloudflared"
|
||||||
$cloudflaredBin = Join-Path $installDir "cloudflared.exe"
|
$cloudflaredBin = Join-Path $installDir "cloudflared.exe"
|
||||||
$logPath = Join-Path $installDir "cloudflared.log"
|
$logPath = Join-Path $installDir "cloudflared.log"
|
||||||
|
|||||||
Reference in New Issue
Block a user