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
+8
View File
@@ -141,4 +141,12 @@ using namespace openvpn;
_config.tunPersist = tunPersist;
}
- (BOOL)googleDNSFallback {
return _config.googleDnsFallback;
}
- (void)setGoogleDNSFallback:(BOOL)googleDNSFallback {
_config.googleDnsFallback = googleDNSFallback;
}
@end