mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 17:50:34 +08:00
Remove invalid domain from dns mapping
This commit is contained in:
parent
44c753df1e
commit
2295293639
@ -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>;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user