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',
|
'$injections.adguard.org',
|
||||||
'$local.adguard.org',
|
'$local.adguard.org',
|
||||||
// Auto Discovery
|
// Auto Discovery
|
||||||
'+_tcp',
|
'+bogon'
|
||||||
'+bogon',
|
|
||||||
'+_msdcs'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
} as const satisfies Record<string, DNSMapping>;
|
} as const satisfies Record<string, DNSMapping>;
|
||||||
|
|||||||
Reference in New Issue
Block a user