Hi,
Is there a way for a NEDNSProxyProvider to not handle a flow, without blocking the request?
It NO / false is returned in -handleNewFlow:, it seems that the request is blocked.
Alternatively, I could perform the DNS request using res_send (resolv.h), but if a do so, I get back the request in my proxy again…
Thanks for your help