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"