Proxyflare is a reverse proxy for your Cloudflare domain
Move HTTP traffic around your domain and across the internet with ease
> npm install @flaregun-net/proxyflare-for-pages
1import proxyflare from "@flaregun-net/proxyflare-for-pages"
2
3export const onRequest: PagesFunction[] = [
4 (context) => proxyflare({
5 config: {
6 routes: [
7 apiRoute,
8 websocketRoute,
9 wordpressRoute,
10 reactRoute,
11 privateR2BucketRoute,
12 publicR2BucketRoute,
13 staticTextRoute,
14 redirectRoute,
15 ]
16 }
17 })(context)
18]
âš¡ Make hard networking problems easy
See what Proxyflare can do for you
Serve content from a private Cloudflare R2 bucket
⮑
proxyflare.xyz/private-pics
⟶cat-pics.r2.com
Proxyflare can serve content from a private Cloudflare R2 object storage bucket.
Mount a private R2 bucket on any part of your domain by providing the bucket metadata and a valid R2 API token