Posts

Post not yet marked as solved
13 Replies
This works for me. Tested on iOS 13.2.3.settings.DNSSettings = [[NEDNSSettings alloc]initWithServers: @[@"8.8.8.8"]]; settings.DNSSettings.matchDomains = @[@""];And IPv4Settings.includedRoutes should include 8.8.8.8 for sure.There are some tested but not working cases for DNSSettings.matchDomains below:nil @[] @[@"*"] @[@"."]Hope this helps.