mirror of
https://github.com/ciiiii/cloudflare-docker-proxy.git
synced 2025-12-06 14:42:51 +08:00
19 lines
348 B
TOML
19 lines
348 B
TOML
name = "cloudflare-docker-proxy"
|
|
workers_dev = true
|
|
compatibility_date = "2021-12-07"
|
|
|
|
[dev]
|
|
ip = "0.0.0.0"
|
|
port = 8787
|
|
local_protocol="http"
|
|
upstream_protocol="https"
|
|
|
|
[vars]
|
|
MODE="production"
|
|
LOCAL_ADDRESS=""
|
|
TARGET_UPSTREAM=""
|
|
|
|
[env.dev.vars]
|
|
MODE="debug"
|
|
LOCAL_ADDRESS="http://192.168.10.102:8787"
|
|
TARGET_UPSTREAM="https://registry-1.docker.io" |