mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-19 07:38:23 +00:00
work in progress windows UI update
This commit is contained in:
@ -42,13 +42,22 @@ namespace WinUI
|
||||
[JsonProperty("netconfRevision")]
|
||||
public int NetconfRevision { get; set; }
|
||||
|
||||
[JsonProperty("multicastSubscriptions")]
|
||||
public string[] MulticastSubscriptions { get; set; }
|
||||
|
||||
[JsonProperty("assignedAddresses")]
|
||||
public string[] AssignedAddresses { get; set; }
|
||||
|
||||
[JsonProperty("routes")]
|
||||
public NetworkRoute[] Routes { get; set; }
|
||||
|
||||
[JsonProperty("portDeviceName")]
|
||||
public string DeviceName { get; set; }
|
||||
|
||||
[JsonProperty("allowManaged")]
|
||||
public bool AllowManaged { get; set; }
|
||||
|
||||
[JsonProperty("allowGlobal")]
|
||||
public bool AllowGlobal { get; set; }
|
||||
|
||||
[JsonProperty("allowDefault")]
|
||||
public bool AllowDefault { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user