mirror of
https://github.com/ciiiii/cloudflare-docker-proxy.git
synced 2026-03-19 09:29:46 +08:00
split gcr.io and k8s.gcr.io
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"docker.libcuda.so": "https://registry-1.docker.io",
|
||||
"quay.libcuda.so": "https://quay.io",
|
||||
"gcr.libcuda.so": "https://k8s.gcr.io",
|
||||
"k8s-gcr.libcuda.so": "https://k8s.gcr.io",
|
||||
"ghcr.libcuda.so": "https://ghcr.io",
|
||||
};
|
||||
```
|
||||
|
||||
@@ -6,7 +6,8 @@ addEventListener("fetch", (event) => {
|
||||
const routes = {
|
||||
"docker.libcuda.so": "https://registry-1.docker.io",
|
||||
"quay.libcuda.so": "https://quay.io",
|
||||
"gcr.libcuda.so": "https://k8s.gcr.io",
|
||||
"gcr.libcuda.so": "https://gcr.io",
|
||||
"k8s-gcr.libcuda.so": "https://k8s.gcr.io",
|
||||
"ghcr.libcuda.so": "https://ghcr.io",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user