From 2ad8c0d702e1b2b3bbc8a4d64bfc1f888471ccf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Sun, 29 Sep 2024 11:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9C=E7=A8=8Bpac=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE=E7=94=B1gitlab=E6=94=B9?= =?UTF-8?q?=E4=B8=BAgithub=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/modules/plugin/overwall/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/modules/plugin/overwall/config.js b/packages/core/src/modules/plugin/overwall/config.js index 402359080f..3719aff1b0 100644 --- a/packages/core/src/modules/plugin/overwall/config.js +++ b/packages/core/src/modules/plugin/overwall/config.js @@ -41,7 +41,7 @@ module.exports = { pac: { enabled: true, autoUpdate: true, - pacFileUpdateUrl: 'https://gitlab.com/gfwlist/gfwlist/raw/master/gfwlist.txt', + pacFileUpdateUrl: 'https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt', pacFileAbsolutePath: null, // 自定义 pac.txt 文件位置,可以是本地文件路径 pacFilePath: './extra/pac/pac.txt' // 内置 pac.txt 文件路径 }