Fix: remove localhost from DNS Mapping

This commit is contained in:
SukkaW 2025-01-19 14:18:17 +08:00
parent ced9f3fb0c
commit 7be1fa9b58

View File

@ -108,7 +108,7 @@ export const LAN = {
LAN: {
dns: 'system',
hosts: {
localhost: ['127.0.0.1']
// localhost: ['127.0.0.1']
},
realip: true,
ruleset: true,