Anyflare is a cloudflare worker proxy which you can deploy yourself to download anything through cloudflare.
- Increase Speed: Increase your slow download speed with Cloudflare CDN
- Resumable Downloads: Generates resumable download url for any url
- Universal: Works with most if not any download links
# Clone this repo
git clone https://github.com/ajshovon/anyflare
# Goto the repo dir
cd anyflare
# Install dependency
npm install
# Deploy
npm run deploy
# Start development server
npm run dev