Skip to content

Instantly share code, notes, and snippets.

View zkeq's full-sized avatar
💖
Creating And Studying .

Zkeq zkeq

💖
Creating And Studying .
View GitHub Profile
@noobnooc
noobnooc / cloudflare-worker-proxy.js
Last active October 20, 2025 04:09
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.