Post

Replies

Boosts

Views

Activity

Reply to PacketTunnelProvider NEDNSSettings not working on BigSur
Thanks Matt for your reply. This is ruoghly how we are storing DNS settings: tun_dns_config = [[NEDNSSettings alloc]initWithServers:dns_servers]; tun_dns_config.matchDomains = match_domains; tun_dns_config.searchDomains = search_domains; Where dns_servers, match_domains and search_domains are NSString NSArrays. Things are working fine on Catalina (except for Safari browser), On BigSur DNS doesnt seem to work at all. Thanks.
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’21
Reply to Big Sur reproducible DNS resolution issues
I am also facing similar issue with my VPN client on BigSur. However no issues seen on Catalina. I have posted it here: https://developer.apple.com/forums/thread/677032 Can someone please tell if there is any workaround on this?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’21
Reply to PacketTunnelProvider NEDNSSettings not working on BigSur
Thanks Matt for your reply. This is ruoghly how we are storing DNS settings: tun_dns_config = [[NEDNSSettings alloc]initWithServers:dns_servers]; tun_dns_config.matchDomains = match_domains; tun_dns_config.searchDomains = search_domains; Where dns_servers, match_domains and search_domains are NSString NSArrays. Things are working fine on Catalina (except for Safari browser), On BigSur DNS doesnt seem to work at all. Thanks.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’21