Files
btc5m-web/tunnels/tunnel-arl-large.bat
2026-05-31 13:49:36 +08:00

6 lines
210 B
Batchfile

@echo off
REM Double-click this file to start the tunnel (no need to change the Windows execution policy)
cd /d "%~dp0"
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0tunnel-arl-large.ps1"
pause