ss-abramchuk / OpenVPNAdapter

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

Limit OpenVPN Connection time #229

Open mpod4g opened 2 years ago

mpod4g commented 2 years ago

Is There anyway to limit connection time ?

As we have VPN App and our business model for free users is earning from ads we need to make users come to our app every hour and because of this we need to disconnect users for every 2 hours.

is there any way to handle this?

Thanks