mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Housekeeping
This commit is contained in:
@@ -36,14 +36,8 @@ export const getTelegramCIDRPromise = once(async () => {
|
||||
|
||||
// Backup IP Source 1 (DoH)
|
||||
await Promise.all([
|
||||
DNS2.DOHClient({
|
||||
dns: '8.8.8.8',
|
||||
http: false
|
||||
}),
|
||||
DNS2.DOHClient({
|
||||
dns: '1.0.0.1',
|
||||
http: false
|
||||
})
|
||||
DNS2.DOHClient({ dns: '8.8.8.8' }),
|
||||
DNS2.DOHClient({ dns: '1.0.0.1' })
|
||||
].flatMap(
|
||||
(client) => [
|
||||
'apv3.stel.com', // prod
|
||||
|
||||
Reference in New Issue
Block a user