Skip to content

Instantly share code, notes, and snippets.

View Cp0204's full-sized avatar
🎯
Focusing

Cp0204 Cp0204

🎯
Focusing
  • DongGuan
View GitHub Profile
"1panel@docker.1panel.live"
"rat@hub.rat.dev"
"nastool@dk.nastool.de"
"1ms@docker.1ms.run"
"actima@docker.actima.top"
"quan-ge@docker.120322.xyz"
"znnu@dockerpull.cn"
"hlmirror@docker.hlmirror.com"
"CoderJia@docker-0.unsee.tech"
@noobnooc
noobnooc / cloudflare-worker-proxy.js
Last active November 24, 2025 12:45
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.