fix: asserts.fastgit.org打不开,恢复为原网址

pull/192/head
xiaojunnuo 2021-10-31 01:09:30 +08:00
parent 2b064d33cb
commit f51b76dd2d
1 changed files with 3 additions and 1 deletions

View File

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