远程pac文件默认配置由gitlab改为github。
parent
a69d15299d
commit
2ad8c0d702
|
@ -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 文件路径
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue