fix(remote): FRP 改用 443 端口 + 代理检测
- FRP 服务端从 7000 改为 443(运营商不封 HTTPS 端口) - 添加代理/VPN 检测:Shadowrocket/Clash/Surge 等 - 检测到代理时引导用户临时关闭再继续 - 解决国内手机热点无法直连 7000 端口的问题
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user