refactor: 小修改

pull/180/head
xiaojunnuo 2020-11-19 09:15:08 +08:00
parent 3ff608f6b4
commit c4f7be63bc
2 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,8 @@ module.exports = {
'/.*': {
proxy: 'github.com',
backup: [
'gh.docmirror.top/_proxy'
'gh.docmirror.top/_proxy',
'gh2.docmirror.top/_proxy'
],
desc: '备用主站加速地址'
}

View File

@ -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)