dongsheng123132
|
244bfacbbc
|
fix(remote): FRP 端口改为 2222,SSH 保留 22
VPS 布局: SSH=22, FRP=2222
解决之前 SSH 和 FRP 端口冲突导致的连接问题
|
2026-03-19 13:24:18 +08:00 |
|
dongsheng123132
|
7103ea5e88
|
fix(remote): FRP 改用 22 端口,VPS SSH 迁移到 2222
- FRP 服务端绑定 22 端口(运营商/热点唯一不封的端口)
- VPS SSH 迁移到 2222 端口
- 添加代理/VPN 自动检测(Shadowrocket/Clash/Surge等)
- 检测到代理时引导用户临时关闭
|
2026-03-19 12:55:47 +08:00 |
|
dongsheng123132
|
a96c1e1de0
|
fix(remote): FRP 改用 443 端口 + 代理检测
- FRP 服务端从 7000 改为 443(运营商不封 HTTPS 端口)
- 添加代理/VPN 检测:Shadowrocket/Clash/Surge 等
- 检测到代理时引导用户临时关闭再继续
- 解决国内手机热点无法直连 7000 端口的问题
|
2026-03-19 12:36:15 +08:00 |
|
dongsheng123132
|
5ea5682d3a
|
feat(remote): 升级远程协助脚本到 v3
- 添加运行前安全确认提示(y/N)
- 验证 SSH 真正在监听,失败时给出具体修复建议
- 检测并修复密码认证被禁用的情况(macOS Ventura+)
- 检测局域网 IP,同 WiFi 下支持直连(无需 FRP 中转)
- 扩大端口范围到 20000-21000,减少冲突
- 2 小时自动超时断开,防止忘关
- 退出时自动清理配置文件
- guide.html 安全说明同步更新
|
2026-03-19 11:53:43 +08:00 |
|
dongsheng123132
|
1ce4cd60ff
|
feat: add stable remote support via frp (replaces bore)
- frp server on VPS 101.32.254.221:7000 (auto-start, systemd)
- remote.ps1 (Windows) + remote.sh (Mac/Linux) client scripts
- Auto-reconnect, no rate limits, token-authenticated
- Random port 20000-20099, clear instructions for WeChat sharing
|
2026-03-18 19:15:54 +08:00 |
|