Ver código fonte

treewide: update baidu goproxy url

Tianling Shen 3 anos atrás
pai
commit
7ba18c4647
4 arquivos alterados com 4 adições e 4 exclusões
  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)
 	export GO111MODULE=on
-	export GOPROXY=https://goproxy.baidu.com
+	export GOPROXY=https://goproxy.bj.bcebos.com
 endif
 
 define Package/v2ray-plugin

+ 1 - 1
v2raya/Makefile

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

+ 1 - 1
xray-core/Makefile

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

+ 1 - 1
xray-plugin/Makefile

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