From 486769c1abce9981055324f3d03116cc367c3868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 5 Mar 2026 18:05:04 +0800 Subject: [PATCH] Fix Internet Sharing not working --- Library/Network/ExtensionPlatformInterface.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Network/ExtensionPlatformInterface.swift b/Library/Network/ExtensionPlatformInterface.swift index 4cd1778..a985b77 100644 --- a/Library/Network/ExtensionPlatformInterface.swift +++ b/Library/Network/ExtensionPlatformInterface.swift @@ -40,8 +40,6 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc let dnsServer = try options.getDNSServerAddress() let dnsSettings = NEDNSSettings(servers: [dnsServer.value]) - dnsSettings.matchDomains = [""] - dnsSettings.matchDomainsNoSearch = true settings.dnsSettings = dnsSettings var ipv4Address: [String] = []