Skip to content

Commit

Permalink
fix: domain typo (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
lixd authored Jun 21, 2024
1 parent 00b8c83 commit d1d3bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TARGET_UPSTREAM = "https://registry-1.docker.io"
name = "cloudflare-docker-proxy"
routes = [
{ pattern = "docker.libcuda.so", custom_domain = true },
{ pattern = "quey.libcuda.so", custom_domain = true },
{ pattern = "quay.libcuda.so", custom_domain = true },
{ pattern = "gcr.libcuda.so", custom_domain = true },
{ pattern = "k8s-gcr.libcuda.so", custom_domain = true },
{ pattern = "k8s.libcuda.so", custom_domain = true },
Expand Down

0 comments on commit d1d3bc2

Please sign in to comment.