Skip to content

GoProxy Mirror

Access a stable and optimized mirror of goproxy.io through the unified goproxy.m.kubectl.net endpoint.
This mirror improves reliability and consistency when downloading Go modules.


Access control

This service requires network-level access authorization.

Test your connectivity:

curl -s https://goproxy.m.kubectl.net/-/access/test

Expected responses:

  • Access Allowed
  • Access Denied

Mirror endpoint

Mirror URL Source Description
https://goproxy.m.kubectl.net https://goproxy.io GoProxy mirror

Fully compatible with standard Go module resolution.


Usage

Configure your Go environment to use the mirror:

go env -w GOPROXY=https://goproxy.m.kubectl.net,direct

This ensures Go module downloads are served from the optimized mirror when available.