refactor: 小修改
parent
3ff608f6b4
commit
c4f7be63bc
|
@ -35,7 +35,8 @@ module.exports = {
|
|||
'/.*': {
|
||||
proxy: 'github.com',
|
||||
backup: [
|
||||
'gh.docmirror.top/_proxy'
|
||||
'gh.docmirror.top/_proxy',
|
||||
'gh2.docmirror.top/_proxy'
|
||||
],
|
||||
desc: '备用主站加速地址'
|
||||
}
|
||||
|
|
|
@ -28,3 +28,5 @@ const hostname3 = 'github.docmirror.cn'
|
|||
dnsProviders.usa.lookup(hostname3)
|
||||
const hostname4 = 'gh.docmirror.top'
|
||||
dnsProviders.usa.lookup(hostname4)
|
||||
const hostname5 = 'gh2.docmirror.top'
|
||||
dnsProviders.usa.lookup(hostname5)
|
||||
|
|
Loading…
Reference in New Issue