diff --git a/src/index.js b/src/index.js index 97b0885..24cfa7e 100644 --- a/src/index.js +++ b/src/index.js @@ -7,17 +7,17 @@ const dockerHub = "https://registry-1.docker.io"; const routes = { // production - "docker.libcuda.so": dockerHub, - "quay.libcuda.so": "https://quay.io", - "gcr.libcuda.so": "https://gcr.io", - "k8s-gcr.libcuda.so": "https://k8s.gcr.io", - "k8s.libcuda.so": "https://registry.k8s.io", - "ghcr.libcuda.so": "https://ghcr.io", - "cloudsmith.libcuda.so": "https://docker.cloudsmith.io", - "ecr.libcuda.so": "https://public.ecr.aws", + "docker.lolicon.in": dockerHub, + "quay.lolicon.in": "https://quay.io", + "gcr.lolicon.in": "https://gcr.io", + "k8s-gcr.lolicon.in": "https://k8s.gcr.io", + "k8s.lolicon.in": "https://registry.k8s.io", + "ghcr.lolicon.in": "https://ghcr.io", + "cloudsmith.lolicon.in": "https://docker.cloudsmith.io", + "ecr.lolicon.in": "https://public.ecr.aws", // staging - "docker-staging.libcuda.so": dockerHub, + "docker-staging.lolicon.in": dockerHub, }; function routeByHosts(host) {