Skip to content

Commit

Permalink
远程pac文件默认配置由gitlab改为github。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Sep 29, 2024
1 parent a69d152 commit 2ad8c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/modules/plugin/overwall/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 文件路径
}
Expand Down

0 comments on commit 2ad8c0d

Please sign in to comment.