Skip to content

Instantly share code, notes, and snippets.

View star5o's full-sized avatar
🌴
On vacation

star5o star5o

🌴
On vacation
  • IIE,UCAS
  • Beijing,China
  • 01:24 (UTC +08:00)
View GitHub Profile
@star5o
star5o / cloudflare-worker-proxy.js
Created March 16, 2023 13:36 — 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.