SimpleTunnel icon indicating copy to clipboard operation
SimpleTunnel copied to clipboard

Can we implement multiple Provider in single extension?

Open TheMrugraj opened this issue 5 years ago • 0 comments

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

TheMrugraj avatar Mar 29 '19 13:03 TheMrugraj