Post

Replies

Boosts

Views

Activity

Reply to [iOS 14.6] NEDNSProxyProvider receiving UDP traffic generated by itself
What do you mean here by the system DNS server and how are you deriving this information? Sorry, I mean the system DNS settings. I use the property systemDNSSettings in NEDNSProxyProvider for this and extract all the IP addresses from the servers array. The idea is that if the extension doesn't want to forward the query to a DoH server, it will forward it to one of the IP addresses it got from the systemDNSSettings. This method worked in iOS versions prior to 14.6, but since iOS 14.6 all UDP traffic I generate from the DNS extension also gets routed through the extension, causing a loop. Is this intended behaviour and if so: is there a way to prevent this? Thanks in advance!
Jul ’21
Reply to Content Filter Extension on Shared iPads
Thanks for the prompt reply Quinn! Honestly, this sounds like a bug, and I encourage you to file it as such [1]. Please post your bug number, just for the record. I've filed a feedback ticket. The number is: FB13551095
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to [iOS 14.6] NEDNSProxyProvider receiving UDP traffic generated by itself
What do you mean here by the system DNS server and how are you deriving this information? Sorry, I mean the system DNS settings. I use the property systemDNSSettings in NEDNSProxyProvider for this and extract all the IP addresses from the servers array. The idea is that if the extension doesn't want to forward the query to a DoH server, it will forward it to one of the IP addresses it got from the systemDNSSettings. This method worked in iOS versions prior to 14.6, but since iOS 14.6 all UDP traffic I generate from the DNS extension also gets routed through the extension, causing a loop. Is this intended behaviour and if so: is there a way to prevent this? Thanks in advance!
Replies
Boosts
Views
Activity
Jul ’21