mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Add synchronousDNSLookup property (#51)
This commit is contained in:
committed by
Sergey Abramchuk
parent
3deaebcb3c
commit
134769f421
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user