Skip to content

Instantly share code, notes, and snippets.

View fastzhong's full-sized avatar

Alan fastzhong

View GitHub Profile
@fastzhong
fastzhong / cloudflare-worker-proxy.js
Created March 8, 2023 15:29 — forked from cnych/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.