cloudflared镜像使用帮助

使用说明

apt install curl ca-certificates
mkdir -p --mode=0755 /usr/share/keyrings
wget -O /usr/share/keyrings/cloudflare-main.gpg https://pkg.cloudflare.com/cloudflare-main.gpg
echo "deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://mirrors.china.12306.work/repository/cloudflared/ bookworm main" | tee /etc/apt/sources.list.d/cloudflared.list
apt update
apt install cloudflared -y