mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Revise bearer token code in controller, and add relay policy as a meta-data item presented to controller by nodes (to facilitate future meshiness).
This commit is contained in:
parent
24fce0be86
commit
68e549233d
5 changed files with 77 additions and 46 deletions
|
@ -229,9 +229,7 @@ This returns an object containing all currently online members and the most rece
|
|||
| nwid | string | 16-digit network ID | no |
|
||||
| clock | integer | Current clock, ms since epoch | no |
|
||||
| authorized | boolean | Is member authorized? (for private networks) | YES |
|
||||
| lastAuthorizedTime | integer | Time 'authorized' was last set to 'true' | no |
|
||||
| lastAuthorizedBy | string | What last set 'authorized' to 'true'? | no |
|
||||
| lastDeauthorizedTime | integer | Time 'authorized' was last set to 'false' | no |
|
||||
| authHistory | array[object] | History of auth changes, latest at end | no |
|
||||
| activeBridge | boolean | Member is able to bridge to other Ethernet nets | YES |
|
||||
| identity | string | Member's public ZeroTier identity (if known) | no |
|
||||
| ipAssignments | array[string] | Managed IP address assignments | YES |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue