Add synchronousDNSLookup property (#51)

This commit is contained in:
Jonathan Downing
2018-02-16 07:13:30 +00:00
committed by Sergey Abramchuk
parent 3deaebcb3c
commit 134769f421
2 changed files with 16 additions and 0 deletions
+5
View File
@@ -69,6 +69,11 @@ typedef NS_ENUM(NSInteger, OpenVPNTLSCertProfile);
*/
@property (nonatomic) BOOL googleDNSFallback;
/**
Whether to do DNS lookups synchronously.
*/
@property (nonatomic) BOOL synchronousDNSLookup;
/**
Enable autologin sessions
*/