#!/bin/sh # 启动 cloudflared tunnel cloudflared tunnel --no-autoupdate run --token $CF_TOKEN & # 启动 nginx 和 one-api /one-api & nginx -g "daemon off;"