mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Wrap echo and info properties
This commit is contained in:
@@ -190,4 +190,14 @@ typedef NS_ENUM(NSInteger, OpenVPNTLSCertProfile) {
|
||||
*/
|
||||
@property (nullable, nonatomic) NSDictionary<NSString *, NSString *> *peerInfo;
|
||||
|
||||
/**
|
||||
Pass through pushed "echo" directives via "ECHO" event
|
||||
*/
|
||||
@property (nonatomic) BOOL echo;
|
||||
|
||||
/**
|
||||
Pass through control channel INFO notifications via "INFO" event
|
||||
*/
|
||||
@property (nonatomic) BOOL info;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user