2026-06-10 19:54:55 +07:00
|
|
|
name = "edge-proxy-relay"
|
2026-06-10 21:38:04 +07:00
|
|
|
main = "src/worker.ts"
|
|
|
|
|
compatibility_date = "2025-12-01"
|
2026-05-08 17:27:06 +07:00
|
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
|
|
2026-06-10 21:38:04 +07:00
|
|
|
# ── Cloudflare account (fill in your Account ID) ─────────────────────────────
|
|
|
|
|
# Find it in the Cloudflare Dashboard → Workers & Pages → right sidebar
|
|
|
|
|
# account_id = ""
|
|
|
|
|
# workers_dev = true
|
2026-06-10 19:54:55 +07:00
|
|
|
|
2026-06-10 21:38:04 +07:00
|
|
|
# ── Environment Variables ───────────────────────────────────────────────────
|
|
|
|
|
# [vars]
|
|
|
|
|
# RELAY_TIMEOUT_MS = "30000"
|
|
|
|
|
# RATE_LIMIT_MAX = "200"
|
|
|
|
|
# RATE_LIMIT_WINDOW_MS = "60000"
|