mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 17:50:34 +08:00
Fix: remove localhost from DNS Mapping
This commit is contained in:
parent
ced9f3fb0c
commit
7be1fa9b58
@ -108,7 +108,7 @@ export const LAN = {
|
|||||||
LAN: {
|
LAN: {
|
||||||
dns: 'system',
|
dns: 'system',
|
||||||
hosts: {
|
hosts: {
|
||||||
localhost: ['127.0.0.1']
|
// localhost: ['127.0.0.1']
|
||||||
},
|
},
|
||||||
realip: true,
|
realip: true,
|
||||||
ruleset: true,
|
ruleset: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user