mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
allow DNS field for mac UI
This commit is contained in:
parent
04f6140da6
commit
e7dafb3ae6
12 changed files with 195 additions and 132 deletions
|
@ -50,6 +50,7 @@ enum NetworkType {
|
|||
@property (readonly) BOOL allowManaged;
|
||||
@property (readonly) BOOL allowGlobal;
|
||||
@property (readonly) BOOL allowDefault;
|
||||
@property (readonly) BOOL allowDNS;
|
||||
@property (readonly) BOOL connected; // not persisted. set to YES if loaded via json
|
||||
|
||||
- (id)initWithJsonData:(NSDictionary*)jsonData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue