mirror of
https://github.com/qingchencloud/cftunnel.git
synced 2026-08-29 02:32:37 +08:00
b4da59cb07
- 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
8 lines
93 B
Go
8 lines
93 B
Go
package main
|
|
|
|
import "github.com/qingchencloud/cftunnel/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|