mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Resume vpn client
This commit is contained in:
@@ -232,6 +232,10 @@ NSString * const OpenVPNAdapterErrorEventKey = @"me.ss-abramchuk.openvpn-adapter
|
||||
self.vpnClient->pause(reason);
|
||||
}
|
||||
|
||||
- (void)resume {
|
||||
self.vpnClient->resume();
|
||||
}
|
||||
|
||||
- (void)disconnect {
|
||||
self.vpnClient->stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user