mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Chore: minor changes
This commit is contained in:
parent
bbfe1e8440
commit
bed1a0f15d
@ -71,10 +71,7 @@ export const getDomesticAndDirectDomainsRulesetPromise = once(async () => {
|
||||
|
||||
Object.values(LAN).forEach(({ domains }) => {
|
||||
appendArrayInPlace(directs, domains.flatMap(getDnsMappingRuleWithWildcard));
|
||||
});
|
||||
|
||||
// backward compatible, add lan.conf
|
||||
Object.values(LAN).forEach(({ domains }) => {
|
||||
// backward compatible, add lan.conf
|
||||
appendArrayInPlace(lans, domains.flatMap(getDnsMappingRuleWithWildcard));
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user