@@ -13,13 +13,13 @@ TARGET_UPSTREAM = "https://registry-1.docker.io"
1313[env .production ]
1414name = " cloudflare-docker-proxy"
1515routes = [
16- { pattern = " docker.lixd .xyz" , custom_domain = true },
17- { pattern = " quay.lixd .xyz" , custom_domain = true },
18- { pattern = " gcr.lixd .xyz" , custom_domain = true },
19- { pattern = " k8s-gcr.lixd .xyz" , custom_domain = true },
20- { pattern = " k8s.lixd .xyz" , custom_domain = true },
21- { pattern = " ghcr.lixd .xyz" , custom_domain = true },
22- { pattern = " cloudsmith.lixd .xyz" , custom_domain = true },
16+ { pattern = " docker.lixd2 .xyz" , custom_domain = true },
17+ { pattern = " quay.lixd2 .xyz" , custom_domain = true },
18+ { pattern = " gcr.lixd2 .xyz" , custom_domain = true },
19+ { pattern = " k8s-gcr.lixd2 .xyz" , custom_domain = true },
20+ { pattern = " k8s.lixd2 .xyz" , custom_domain = true },
21+ { pattern = " ghcr.lixd2 .xyz" , custom_domain = true },
22+ { pattern = " cloudsmith.lixd2 .xyz" , custom_domain = true },
2323]
2424
2525[env .production .vars ]
@@ -28,7 +28,7 @@ TARGET_UPSTREAM = ""
2828
2929[env .staging ]
3030name = " cloudflare-docker-proxy-staging"
31- route = { pattern = " docker-staging.lixd .xyz" , custom_domain = true }
31+ route = { pattern = " docker-staging.lixd2 .xyz" , custom_domain = true }
3232
3333[env .staging .vars ]
3434MODE = " staging"
0 commit comments