refactor: github.dev支持,远程配置文件

pull/192/head
xiaojunnuo 2021-11-29 12:07:12 +08:00
parent b2af6e0e5e
commit 8617004049
1 changed files with 8 additions and 0 deletions

View File

@ -11,10 +11,18 @@
dns: { dns: {
mapping: { mapping: {
'*jetbrains.com': 'quad9', '*jetbrains.com': 'quad9',
'*azureedge.net': 'quad9'
}, },
speedTest: { speedTest: {
interval: 60000, interval: 60000,
}, },
} }
},
plugin: {
overwall: {
targets: {
'*azureedge.net': true
}
}
} }
} }