From 9bb87fe8ef71efafc9da0f9b96011c59075c5938 Mon Sep 17 00:00:00 2001 From: Yinr Date: Wed, 18 Sep 2024 12:28:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20wrangler.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit use lolicon.in --- wrangler.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index c3077a0..e269251 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -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"