cf-download-proxy
cf-download-proxy copied to clipboard
A file download proxy service powered by Cloudflare Workers
CF Download Proxy
A download proxy using Cloudflare Workers.
Try it online: https://download-proxy.zhaofengying.com
Or if you prefer using an API directly:
GET https://download-proxy.zhaofengying.com/api/download?url={ORIGINAL_FILE_URL}
How to build your own
If you don't want to build it yourself, you can also download it from GitHub Release.
First, you need to install Node.js and pnpm.
Then install dependencies:
pnpm i
Finally run this command to build:
pnpm build
The built file is in the dist folder, you can upload it directly to Cloudflare Workers.