Proxy Worker

GitHub file proxy and Docker registry proxy.

Endpoints

NetworkURL
Cloudflare globalhttps://proxy.starudream.cn/
Tencent Cloud EdgeOne Chinahttps://proxy.52xckl.cn/

Examples below use proxy.starudream.cn. Use proxy.52xckl.cn for the China endpoint.

GitHub Proxy

Supported GitHub paths are releases, archive, and raw for repositories allowed in src/settings.json.

Full URL

curl -L https://proxy.starudream.cn/github/https://github.com/k3s-io/k3s/releases/download/v1.33.1%2Bk3s1/k3s

Short URL

curl -L https://proxy.starudream.cn/k3s-io/k3s/raw/refs/tags/v1.33.1%2Bk3s1/install.sh
curl -L https://proxy.starudream.cn/fatedier/frp/releases/download/v0.62.1/frp_0.62.1_linux_amd64.tar.gz

Docker Proxy

Use the proxy host as a Docker registry prefix.

Docker Hub

docker pull proxy.starudream.cn/docker.io/library/hello-world:latest
docker pull proxy.starudream.cn/library/hello-world:latest
docker pull proxy.starudream.cn/hello-world:latest

These commands all resolve to docker.io/library/hello-world:latest. The default registry is docker.io, and the default namespace is library.

Other Registries

docker pull proxy.starudream.cn/ghcr.io/home-assistant/home-assistant:latest
docker pull proxy.starudream.cn/registry.k8s.io/pause:3.10
docker pull proxy.starudream.cn/mcr.microsoft.com/dotnet/runtime:9.0
docker pull proxy.starudream.cn/quay.io/prometheus/prometheus:latest

Allowlist Required

  • docker.io
  • gcr.io
  • ghcr.io
  • quay.io

No Allowlist

  • registry.k8s.io
  • mcr.microsoft.com
  • docker.elastic.co