mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +08:00
Wrap serverOverride and protoOverride properties
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user