更新 wrangler.toml

use lolicon.in
This commit is contained in:
2024-09-18 12:28:39 +08:00
parent aa61ad58cf
commit 9bb87fe8ef

View File

@@ -12,15 +12,15 @@ TARGET_UPSTREAM = "https://registry-1.docker.io"
[env.production]
name = "cloudflare-docker-proxy"
# routes = [
# { pattern = "docker.libcuda.so", custom_domain = true },
# { pattern = "quay.libcuda.so", custom_domain = true },
# { pattern = "gcr.libcuda.so", custom_domain = true },
# { pattern = "k8s-gcr.libcuda.so", custom_domain = true },
# { pattern = "k8s.libcuda.so", custom_domain = true },
# { pattern = "ghcr.libcuda.so", custom_domain = true },
# { pattern = "cloudsmith.libcuda.so", custom_domain = true },
# ]
routes = [
{ pattern = "docker.lolicon.in", custom_domain = true },
{ pattern = "quay.lolicon.in", custom_domain = true },
{ pattern = "gcr.lolicon.in", custom_domain = true },
{ pattern = "k8s-gcr.lolicon.in", custom_domain = true },
{ pattern = "k8s.lolicon.in", custom_domain = true },
{ pattern = "ghcr.lolicon.in", custom_domain = true },
{ pattern = "cloudsmith.lolicon.in", custom_domain = true },
]
[env.production.vars]
MODE = "production"