Update CDN & Stream & Download & Global Hosts

This commit is contained in:
SukkaW
2025-08-17 17:04:05 +08:00
parent 91aecb0f57
commit f34f145711
6 changed files with 27 additions and 7 deletions

View File

@@ -107,7 +107,10 @@ export const LAN = {
},
LAN_WITHOUT_REAL_IP: {
dns: 'system',
hosts: {},
hosts: {
'127.0.0.1.sslip.io': ['127.0.0.1'],
'127.atlas.skk.moe': ['127.0.0.1']
},
realip: false,
ruleset: true,
domains: [
@@ -148,7 +151,9 @@ export const LAN = {
// 'amplifi.lan',
// '$localhost',
'+localdomain',
'home.arpa'
'home.arpa',
'127.0.0.1.sslip.io',
'127.atlas.skk.moe'
]
}
} as const satisfies Record<string, DNSMapping>;