fix(remote): FRP 改用 443 端口 + 代理检测

- FRP 服务端从 7000 改为 443(运营商不封 HTTPS 端口)
- 添加代理/VPN 检测:Shadowrocket/Clash/Surge 等
- 检测到代理时引导用户临时关闭再继续
- 解决国内手机热点无法直连 7000 端口的问题
This commit is contained in:
dongsheng123132
2026-03-19 12:36:15 +08:00
parent 870aa9bff2
commit a96c1e1de0
2 changed files with 53 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ $SESSION_ID = (Get-Date -Format "HHmm")
$frpcConfig = @"
serverAddr = "101.32.254.221"
serverPort = 7000
serverPort = 443
auth.method = "token"
auth.token = "uclaw-remote-2026"