Hi,
I'm trying to implement a transparent proxy on macOS Catalina, as presented at WWDC 2019.
The system extensions implements a class that extends NEAppProxyProvider.
In order to receive data flows I need to set a NENetworRule instance. But NEAppProxyProvider has no apply method.
Any ideea how can this be done?
Thanks,
Vlad