mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Refactor: make LAN into build script
This commit is contained in:
@@ -78,7 +78,10 @@ export const DIRECTS = {
|
||||
'injections.adguard.org',
|
||||
'local.adguard.org'
|
||||
]
|
||||
},
|
||||
}
|
||||
} as const;
|
||||
|
||||
export const LANS = {
|
||||
LAN: {
|
||||
dns: 'system',
|
||||
domains: [
|
||||
@@ -108,4 +111,4 @@ export const DIRECTS = {
|
||||
'254.169.in-addr.arpa'
|
||||
]
|
||||
}
|
||||
} as const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user