diff --git a/wrangler.toml b/wrangler.toml index 2c8d116..df28fcf 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -7,7 +7,7 @@ port = 8787 local_protocol = "http" [env.vars] -CUSTOM_DOMAIN = "libcuda.so" +CUSTOM_DOMAIN = "lolicon.in" [env.dev.vars] MODE = "debug" @@ -15,15 +15,6 @@ TARGET_UPSTREAM = "https://registry-1.docker.io" [env.production] name = "cloudflare-docker-proxy" -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"