Add Hosts section for Local Host Mapping

This commit is contained in:
SukkaW
2025-02-14 00:39:10 +08:00
parent b7bfb9ea7a
commit 3679024ed8
2 changed files with 16 additions and 3 deletions

View File

@@ -142,3 +142,16 @@ export const LAN = {
]
}
} as const satisfies Record<string, DNSMapping>;
export const HOSTS = {
HOSTS: {
// not actually used, only for a placeholder
dns: 'quic://dns.alidns.com:853',
hosts: {
'cdn.jsdelivr.net': ['cdn.jsdelivr.net.cdn.cloudflare.net']
},
realip: false,
ruleset: false,
domains: []
}
} as const satisfies Record<string, DNSMapping>;