copilot-swe-agent[bot]
|
d939bafb07
|
fix: SSH ProxyJump跳板架构 · 修复GitHub Actions无法直连中国服务器
根因: GitHub Actions运行器在美国,直接SSH到中国广州服务器被GFW/网络路由阻断
方案: 通过新加坡SG服务器作为SSH ProxyJump跳板 (美国→新加坡→广州)
变更:
- deploy-proxy-service.yml: CN中转配置改用ProxyJump跳板
- deploy-to-cn-server.yml: 所有CN服务器操作改用ProxyJump跳板
- SSL-GUIDE: 更新架构说明 + 提醒CN防火墙需开放端口2053
- secrets-manifest.json: 新增ZY_CN_SSH_PORT文档
- cn-server-profile.json: 新增ZY_CN_SSH_PORT需求
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/fb793e24-d5d6-4f39-a86f-a5d1f00db508
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-31 10:01:10 +00:00 |
copilot-swe-agent[bot]
|
d77505b17c
|
fix: CN服务器SSH端口可配置 · 修复Connection timed out · 添加ZY_CN_SSH_PORT支持
问题: 铸渊专线#17 CN中转配置失败 — ssh: connect to host port 22: Connection timed out
根因: 腾讯云CN服务器SSH端口可能非默认22端口,硬编码端口22导致连接超时
修复:
- deploy-proxy-service.yml: CN中转job所有SSH/SCP/ssh-keyscan命令添加-p端口参数
- deploy-to-cn-server.yml: 所有CN服务器SSH连接添加-p端口参数
- 新增ZY_CN_SSH_PORT Secret支持(默认回退22)
- 添加详细的连接失败诊断信息和排查建议
- 更新secrets-manifest.json、cn-server-profile.json、SSL-GUIDE文档
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/fb793e24-d5d6-4f39-a86f-a5d1f00db508
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-31 09:53:33 +00:00 |
copilot-swe-agent[bot]
|
23c70c3262
|
fix: 域名修正 guanghu.online → guanghulab.online + CN中转Nginx stream动态模块加载修复
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b50bddfa-167a-4a14-afda-39a2c2afd592
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-31 09:23:19 +00:00 |
copilot-swe-agent[bot]
|
eaa6c89864
|
fix: restore Reality dest to microsoft.com + add CN relay architecture
Root cause: previous change of dest from www.microsoft.com:443 to 127.0.0.1:8443
broke Reality anti-probing — GFW detected certificate mismatch and blocked VPN.
Fix 1: Restore dest to www.microsoft.com:443 (Reality anti-probing works)
Fix 2: SSL on port 8443 (external, independent from Xray)
Fix 3: CN relay via Guangzhou server (domestic users → CN:2053 → SG:443)
Fix 4: Subscription generates dual-node config (SG direct + CN relay)
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/ddb1f363-5bb4-457a-b769-794c1fe0489a
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-31 08:24:52 +00:00 |
copilot-swe-agent[bot]
|
075246c1a8
|
fix: 修复Xray(VPN)与Nginx(SSL)端口443冲突·实现共存架构
核心修复:
- xray-config-template.json: dest从www.microsoft.com:443改为127.0.0.1:8443
- setup-ssl.sh: Nginx SSL监听127.0.0.1:8443(内部)而非443(外部)
- 添加DNS配置确保代理流量DNS解析可靠
架构: Xray(443外部) → 非VLESS流量回落 → Nginx(8443内部SSL)
VPN客户端和HTTPS网站共用443端口互不干扰
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4ac521db-bc43-4555-af76-a1d30b0ea1c5
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-31 07:56:12 +00:00 |
copilot-swe-agent[bot]
|
ddaec6b547
|
feat: 🔒 SSL自动化v1.0 · certbot+Let's Encrypt · 冰朔操作指南 · v23.0
冰朔第十六次对话:
- 新增 server/setup/setup-ssl.sh: certbot自动获取Let's Encrypt免费SSL证书
- 新增 docs/SSL-GUIDE-FOR-BINGSUO.md: 冰朔操作指南(3步完成SSL配置)
- deploy-to-zhuyuan-server.yml: 新增setup-ssl动作+ssl_domain输入
- README.md: SSL状态+操作指南入口+版本更新v23.0
- brain/fast-wake.json: 第十六次对话记录
- brain/secrets-manifest.json: SSL密钥改为not_needed(certbot自动管理)
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/e77d1d37-c3b4-4567-96d1-f0616e1836b9
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-31 07:02:55 +00:00 |