perf: 恢复fastgit asserts的proxy

pull/192/head
xiaojunnuo 2021-11-05 09:57:01 +08:00
parent f51b76dd2d
commit eae8915a01
1 changed files with 2 additions and 4 deletions

View File

@ -3,10 +3,8 @@
intercepts: {
'github.githubassets.com': {
'.*': {
// proxy: 'assets.fastgit.org',
// sni: null,
proxy: 'github.githubassets.com',
sni: null
proxy: 'assets.fastgit.org',
sni: null,
}
}
},