Wrap google DNS fallback property

This commit is contained in:
Sergey Abramchuk
2017-04-23 14:10:40 +03:00
parent 6de9f6c7f9
commit b6c10d766c
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -69,4 +69,10 @@ typedef NS_ENUM(NSInteger, IPv6Preference) {
*/
@property (nonatomic) BOOL tunPersist;
/**
If true and a redirect-gateway profile doesn't also define
DNS servers, use the standard Google DNS servers.
*/
@property (nonatomic) BOOL googleDNSFallback;
@end