I am integrated Network Extension in iOS platform in HnadleNewFlow method will get hostname and in API have list of Domains (text.abc, can.com,google.com)
If hostname will not match listDomains we consider as public domains and these domains will resolve by CustomDNS application
If hostname will match listDomains we consider as local domains we need to Reslove this query through DefaultDNS
Query : How to resolve local domains query through default DNS
Can you please help this