SimpleTunnel
SimpleTunnel copied to clipboard
Can we implement multiple Provider in single extension?
In my case, I want to run multiple types of VPN using a single VPN Configuration.
Currently, We have implemented NEPacketTunnelProvider to tunnel traffic via our proxy server. So, now, we also want to filter the content using NEFilterProvider.
I wanted to know whether is it possible to use the single Network Extension to implement multiple providers (Packet Tunnel Provider and Filter Provider).
Any help will be appreciated