add cloudflared

This commit is contained in:
wcbing 2024-12-09 21:47:06 +08:00
parent 93b147495d
commit d7138eb56d
2 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,7 @@ curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh
| [PeaZip](https://github.com/peazip/PeaZip/releases) | peazip | ✅ | | | [PeaZip](https://github.com/peazip/PeaZip/releases) | peazip | ✅ | |
| [Neovim/Nvim](https://github.com/neovim/neovim-releases/releases) | neovim | ✅ | | | [Neovim/Nvim](https://github.com/neovim/neovim-releases/releases) | neovim | ✅ | |
| [Hiddify](https://github.com/hiddify/hiddify-app/releases) | hiddify | ✅ | | | [Hiddify](https://github.com/hiddify/hiddify-app/releases) | hiddify | ✅ | |
| [Cloudflare Tunnel](https://github.com/cloudflare/cloudflared/releases) | cloudflared | ✅ | ✅ |
### 合并自官方 repo ### 合并自官方 repo

View File

@ -84,5 +84,12 @@
"file_list": [ "file_list": [
"Hiddify-Debian-x64.deb" "Hiddify-Debian-x64.deb"
] ]
},
"cloudflared": {
"repo": "cloudflare/cloudflared",
"file_list": [
"cloudflared-linux-amd64.deb",
"cloudflared-linux-arm64.deb"
]
} }
} }