远程pac文件默认配置由gitlab改为github。

pull/375/head
王良 2024-09-29 11:06:09 +08:00
parent a69d15299d
commit 2ad8c0d702
1 changed files with 1 additions and 1 deletions

View File

@ -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 文件路径
}