ab2d3ed8cd
Windows tray "switch" that routes all Claude MSIX-app traffic through a SOCKS5/HTTP proxy or a VLESS+Reality tunnel (embedded Xray-core), with a fail-closed Windows Firewall lock. Runs de-elevated so it launches the user's normal Claude instance; elevates only for firewall changes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6 lines
219 B
Batchfile
6 lines
219 B
Batchfile
@echo off
|
|
REM Visible-console launcher for the GUI (for troubleshooting). Normal use: "Claude Proxy.vbs".
|
|
set "HERE=%~dp0"
|
|
powershell.exe -NoProfile -ExecutionPolicy Bypass -STA -File "%HERE%claude-proxy-gui.ps1"
|
|
pause
|