Fix Internet Sharing not working
This commit is contained in:
@@ -40,8 +40,6 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
|
|||||||
|
|
||||||
let dnsServer = try options.getDNSServerAddress()
|
let dnsServer = try options.getDNSServerAddress()
|
||||||
let dnsSettings = NEDNSSettings(servers: [dnsServer.value])
|
let dnsSettings = NEDNSSettings(servers: [dnsServer.value])
|
||||||
dnsSettings.matchDomains = [""]
|
|
||||||
dnsSettings.matchDomainsNoSearch = true
|
|
||||||
settings.dnsSettings = dnsSettings
|
settings.dnsSettings = dnsSettings
|
||||||
|
|
||||||
var ipv4Address: [String] = []
|
var ipv4Address: [String] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user