Skip to content

Instantly share code, notes, and snippets.

View ithou's full-sized avatar
🚶‍♂️
漫步在这人生里

吾尤爱汝 ithou

🚶‍♂️
漫步在这人生里
  • China
View GitHub Profile
@ithou
ithou / cloudflare-worker-proxy.js
Created April 6, 2023 13:10 — 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.