From 524535258f5d4aae687cdb07cdf2313faae7c121 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Wed, 17 Dec 2025 11:38:43 +0800 Subject: [PATCH] Fix: enable `*.local` to use Real IP --- Source/non_ip/direct.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/non_ip/direct.ts b/Source/non_ip/direct.ts index 44cfceea..6b12d125 100644 --- a/Source/non_ip/direct.ts +++ b/Source/non_ip/direct.ts @@ -51,9 +51,9 @@ export const LAN = { // Some app like OrbStack uses mDNS and this TLD (orb.local) via mDNS. // Surge already handles .local with mDNS properly, we should not map to server:system LOCAL_SPECIAL: { - dns: null, + dns: null, // disable DNS server for now. In the future we might wannna explicitly specify `server: force-syslib` hosts: {}, - realip: false, + realip: true, ruleset: false, domains: [ '+local'