Wrap serverOverride and protoOverride properties

This commit is contained in:
Sergey Abramchuk
2017-04-23 13:07:08 +03:00
parent 283c42b180
commit 874773b14c
2 changed files with 28 additions and 0 deletions

View File

@@ -30,4 +30,16 @@
*/
@property (nullable, nonatomic) NSString *guiVersion;
/**
Use a different server than that specified in "remote"
option of profile
*/
@property (nullable, nonatomic) NSString *serverOverride;
/**
Force a given transport protocol
Should be tcp, udp, or adaptive.
*/
@property (nullable, nonatomic) NSString *protoOverride;
@end