add golang default upstream addr

This commit is contained in:
czyt 2024-10-31 13:43:18 +08:00 committed by ccmywish
parent a4c3da0b1f
commit d0027da4cc

View File

@ -21,7 +21,7 @@ GoProxyIO = {"goproxy.io", "GOPROXY.IO", "GOPROXY.IO", "https://gopr
*/ */
static SourceInfo static SourceInfo
pl_go_sources[] = { pl_go_sources[] = {
{&Upstream, NULL}, {&Upstream, "https://proxy.golang.org,direct"},
{&GoProxyCN, "https://goproxy.cn"}, {&GoProxyCN, "https://goproxy.cn"},
{&Ali, "https://mirrors.aliyun.com/goproxy/"}, {&Ali, "https://mirrors.aliyun.com/goproxy/"},
{&Huawei, "https://mirrors.huaweicloud.com/goproxy/"}, {&Huawei, "https://mirrors.huaweicloud.com/goproxy/"},