mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Housekeeping & Minor Changes
This commit is contained in:
@@ -64,7 +64,6 @@ const dohServers: Array<[string, DNS2.DnsResolver]> = ([
|
||||
DNS2.DOHClient({
|
||||
dns,
|
||||
http: false
|
||||
// get: (url: string) => undici.request(url).then(r => r.body)
|
||||
})
|
||||
] as const);
|
||||
|
||||
@@ -78,7 +77,6 @@ const domesticDohServers: Array<[string, DNS2.DnsResolver]> = ([
|
||||
DNS2.DOHClient({
|
||||
dns,
|
||||
http: false
|
||||
// get: (url: string) => undici.request(url).then(r => r.body)
|
||||
})
|
||||
] as const);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user