refactor: 1
parent
083d6f3467
commit
af2dcbe49c
|
@ -77,7 +77,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'customer-stories-feed.github.com': {
|
'customer-stories-feed.github.com': {
|
||||||
'.*': {proxy: 'customer-stories-feed.fastgit.org'}
|
'.*': { proxy: 'customer-stories-feed.fastgit.org' }
|
||||||
},
|
},
|
||||||
|
|
||||||
'raw.githubusercontent.com': {
|
'raw.githubusercontent.com': {
|
||||||
|
@ -109,11 +109,11 @@ module.exports = {
|
||||||
'.*': {
|
'.*': {
|
||||||
proxy: 'v2ex.com',
|
proxy: 'v2ex.com',
|
||||||
sni: 'baidu.com'
|
sni: 'baidu.com'
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
// google cdn
|
// google cdn
|
||||||
'www.google.com': {
|
'www.google.com': {
|
||||||
'/recaptcha/.*': {proxy: 'www.recaptcha.net'}
|
'/recaptcha/.*': { proxy: 'www.recaptcha.net' }
|
||||||
// '.*': {
|
// '.*': {
|
||||||
// proxy: 'gg.docmirror.top/_yxorp',
|
// proxy: 'gg.docmirror.top/_yxorp',
|
||||||
// desc: '呀,被你发现了,偷偷的用,别声张'
|
// desc: '呀,被你发现了,偷偷的用,别声张'
|
||||||
|
@ -140,7 +140,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'themes.googleusercontent.com': {
|
'themes.googleusercontent.com': {
|
||||||
'.*': {proxy: 'google-themes.proxy.ustclug.org'}
|
'.*': { proxy: 'google-themes.proxy.ustclug.org' }
|
||||||
},
|
},
|
||||||
// 'fonts.gstatic.com': {
|
// 'fonts.gstatic.com': {
|
||||||
// '.*': {
|
// '.*': {
|
||||||
|
@ -148,9 +148,9 @@ module.exports = {
|
||||||
// backup: ['fonts-gstatic.proxy.ustclug.org']
|
// backup: ['fonts-gstatic.proxy.ustclug.org']
|
||||||
// }
|
// }
|
||||||
// },
|
// },
|
||||||
'clients*.google.com': {'.*': {abort: false, desc: '设置abort:true可以快速失败,节省时间'}},
|
'clients*.google.com': { '.*': { abort: false, desc: '设置abort:true可以快速失败,节省时间' } },
|
||||||
'www.googleapis.com': {'.*': {abort: false, desc: '设置abort:true可以快速失败,节省时间'}},
|
'www.googleapis.com': { '.*': { abort: false, desc: '设置abort:true可以快速失败,节省时间' } },
|
||||||
'lh*.googleusercontent.com': {'.*': {abort: false, desc: '设置abort:true可以快速失败,节省时间'}},
|
'lh*.googleusercontent.com': { '.*': { abort: false, desc: '设置abort:true可以快速失败,节省时间' } },
|
||||||
// mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.0/napi-v3-win32-x64.tar.gz
|
// mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.0/napi-v3-win32-x64.tar.gz
|
||||||
'*.s3.amazonaws.com': {
|
'*.s3.amazonaws.com': {
|
||||||
'/sqlite3/.*': {
|
'/sqlite3/.*': {
|
||||||
|
@ -233,4 +233,4 @@ module.exports = {
|
||||||
},
|
},
|
||||||
proxy: {},
|
proxy: {},
|
||||||
plugin: {}
|
plugin: {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue