浏览代码

treewide: update baidu goproxy url

Tianling Shen 3 年之前
父节点
当前提交
7ba18c4647
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      v2ray-plugin/Makefile
  2. 1 1
      v2raya/Makefile
  3. 1 1
      xray-core/Makefile
  4. 1 1
      xray-plugin/Makefile

+ 1 - 1
v2ray-plugin/Makefile

@@ -45,7 +45,7 @@ endef
 
 
 ifeq ($(CONFIG_V2RAY_PLUGIN_COMPRESS_GOPROXY),y)
 ifeq ($(CONFIG_V2RAY_PLUGIN_COMPRESS_GOPROXY),y)
 	export GO111MODULE=on
 	export GO111MODULE=on
-	export GOPROXY=https://goproxy.baidu.com
+	export GOPROXY=https://goproxy.bj.bcebos.com
 endif
 endif
 
 
 define Package/v2ray-plugin
 define Package/v2ray-plugin

+ 1 - 1
v2raya/Makefile

@@ -69,7 +69,7 @@ endef
 
 
 ifneq ($(CONFIG_V2RAYA_COMPRESS_GOPROXY),)
 ifneq ($(CONFIG_V2RAYA_COMPRESS_GOPROXY),)
 	export GO111MODULE=on
 	export GO111MODULE=on
-	export GOPROXY=https://goproxy.baidu.com
+	export GOPROXY=https://goproxy.bj.bcebos.com
 endif
 endif
 
 
 define Package/v2raya/conffiles
 define Package/v2raya/conffiles

+ 1 - 1
xray-core/Makefile

@@ -60,7 +60,7 @@ endef
 
 
 ifneq ($(CONFIG_XRAY_CORE_COMPRESS_GOPROXY),)
 ifneq ($(CONFIG_XRAY_CORE_COMPRESS_GOPROXY),)
 	export GO111MODULE=on
 	export GO111MODULE=on
-	export GOPROXY=https://goproxy.io
+	export GOPROXY=https://goproxy.bj.bcebos.com
 endif
 endif
 
 
 define Build/Compile
 define Build/Compile

+ 1 - 1
xray-plugin/Makefile

@@ -43,7 +43,7 @@ endef
 
 
 ifneq ($(CONFIG_XRAY_PLUGIN_COMPRESS_GOPROXY),)
 ifneq ($(CONFIG_XRAY_PLUGIN_COMPRESS_GOPROXY),)
 	export GO111MODULE=on
 	export GO111MODULE=on
-	export GOPROXY=https://goproxy.baidu.com
+	export GOPROXY=https://goproxy.bj.bcebos.com
 endif
 endif
 
 
 define Package/xray-plugin
 define Package/xray-plugin