mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Remove invalid domain from dns mapping
This commit is contained in:
@@ -37,9 +37,7 @@ export const DIRECTS = {
|
||||
'$injections.adguard.org',
|
||||
'$local.adguard.org',
|
||||
// Auto Discovery
|
||||
'+_tcp',
|
||||
'+bogon',
|
||||
'+_msdcs'
|
||||
'+bogon'
|
||||
]
|
||||
}
|
||||
} as const satisfies Record<string, DNSMapping>;
|
||||
|
||||
Reference in New Issue
Block a user