Files
onion-dmp/快速修复指南.txt
2026-04-08 14:52:09 +08:00

56 lines
2.6 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
🎉 DMP 项目已基本部署完成!只差最后一步!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
当前状态
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Node.js 服务器运行中 (http://localhost:3456)
✅ Cloudflare Tunnel 已连接
✅ Tunnel ID: d8a6a4cd-4ddf-4122-92f1-b3d961aca422
⚠️ DNS 需要手动修复2分钟完成
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
快速修复步骤(选择其一)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
方法 1: Cloudflare Dashboard推荐最简单
─────────────────────────────────────────
1. 打开: https://dash.cloudflare.com/
2. 登录: huinkling@gmail.com
3. 选择域名: ink1ing.tech
4. 点击: DNS → 记录
5. 找到 'dmp' 或 'dmp.ink1ing.tech' 的记录
6. 点击编辑,修改内容为:
d8a6a4cd-4ddf-4122-92f1-b3d961aca422.cfargotunnel.com
7. 确保橙色云朵(已代理)已开启
8. 保存
方法 2: 命令行(需要先删除旧记录)
─────────────────────────────────────────
如果在 Dashboard 中删除了旧的 dmp 记录,运行:
cd /Users/inkling/Desktop/dmp
cloudflared tunnel route dns d8a6a4cd-4ddf-4122-92f1-b3d961aca422 dmp.ink1ing.tech
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
验证部署
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
修复后等待 1-2 分钟,然后访问:
👉 https://dmp.ink1ing.tech
或运行测试:
curl https://dmp.ink1ing.tech
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
日常使用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
启动服务: 双击 'start-tunnel.command'
公网访问: https://dmp.ink1ing.tech
本地访问: http://localhost:3456
停止服务: 在运行的终端按 Ctrl+C
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
详细文档请查看:
- DEPLOYMENT_STATUS.md (部署状态)
- CLOUDFLARE_DEPLOYMENT.md (完整文档)