ss-abramchuk / OpenVPNAdapter

Objective-C wrapper for OpenVPN library. Compatible with iOS and macOS.
GNU Affero General Public License v3.0
473 stars 209 forks source link

Allow only certain apps to use my VPN #199

Open eliasalzaghrini opened 3 years ago

eliasalzaghrini commented 3 years ago

I used the repository, and now my VPN is working fine.

But the problem is that I want to allow only one app to use this VPN when enabled (WhatsApp precisely), and I want to restrict all other apps of using it.

Is there any way to do it? Thank you