Skip to content

Commit 9e28522

Browse files
committed
replace domain to lixd2.xyz
1 parent efd3d9f commit 9e28522

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

src/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ const dockerHub = "https://registry-1.docker.io";
99

1010
const routes = {
1111
// production
12-
"docker.lixd.xyz": dockerHub,
13-
"quay.lixd.xyz": "https://quay.io",
14-
"gcr.lixd.xyz": "https://gcr.io",
15-
"k8s-gcr.lixd.xyz": "https://k8s.gcr.io",
16-
"k8s.lixd.xyz": "https://registry.k8s.io",
17-
"ghcr.lixd.xyz": "https://ghcr.io",
18-
"cloudsmith.lixd.xyz": "https://docker.cloudsmith.io",
12+
"docker.lixd2.xyz": dockerHub,
13+
"quay.lixd2.xyz": "https://quay.io",
14+
"gcr.lixd2.xyz": "https://gcr.io",
15+
"k8s-gcr.lixd2.xyz": "https://k8s.gcr.io",
16+
"k8s.lixd2.xyz": "https://registry.k8s.io",
17+
"ghcr.lixd2.xyz": "https://ghcr.io",
18+
"cloudsmith.lixd2.xyz": "https://docker.cloudsmith.io",
1919

2020
// staging
21-
"docker-staging.lixd.xyz": dockerHub,
21+
"docker-staging.lixd2.xyz": dockerHub,
2222
};
2323

2424
function routeByHosts(host) {

wrangler.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ TARGET_UPSTREAM = "https://registry-1.docker.io"
1313
[env.production]
1414
name = "cloudflare-docker-proxy"
1515
routes = [
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]
3030
name = "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]
3434
MODE = "staging"

0 commit comments

Comments
 (0)