Skip to content

Instantly share code, notes, and snippets.

View dockercore's full-sized avatar
💭
I may be slow to respond.

Cloud native dockercore

💭
I may be slow to respond.
View GitHub Profile
@dockercore
dockercore / cloudflare-worker-proxy.js
Created November 30, 2023 04:42 — forked from noobnooc/cloudflare-worker-proxy.js
cloudflare-worker-proxy
// Website you intended to retrieve for users.
const upstream = 'api.openai.com'
// Custom pathname for the upstream website.
const upstream_path = '/'
// Website you intended to retrieve for users using mobile devices.
const upstream_mobile = upstream
// Countries and regions where you wish to suspend your service.