2 Commits

Author SHA1 Message Date
晴天 e161574dfb fix: 修复 6 个 issue — ingress 同步/日志跨平台/Windows 优雅停止/多级 TLD
- #1 add 命令添加路由后自动推送 ingress 配置到 Cloudflare
- #2 logs 命令支持 macOS/Windows/Linux 日志路径
- #3 remove 命令删除路由后同步 ingress 配置
- #4 logs 命令使用纯 Go 实现 tail,移除 Unix tail 依赖
- #5 Windows 使用 taskkill 优雅停止 cloudflared(替代 Kill)
- #6 add 命令域名解析支持多级 TLD(.co.uk/.com.cn 等)
2026-02-23 11:27:57 +08:00
admin b4da59cb07 feat: cftunnel MVP — Cloudflare Tunnel 一键管理工具
- cfapi: 基于 cloudflare-go/v6 SDK 封装隧道 CRUD、DNS CNAME、Zone 查询
- config: YAML 配置读写 (~/.cftunnel/config.yml)
- daemon: cloudflared 自动下载 + 进程管理
- service: macOS launchd 系统服务注册
- CLI: init/add/remove/list/up/down/status/install/uninstall/logs
2026-02-22 21:05:59 +08:00