diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-15 13:17:37 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-15 13:17:37 -0700 |
| commit | 68e549233ddba17ec686a0462e2630580ee3d2a7 (patch) | |
| tree | 3f35f2088675162436a4dec8373fbe539908deb7 /controller/README.md | |
| parent | 24fce0be8632549ecd6061259d00ee786d0a2299 (diff) | |
| download | infinitytier-68e549233ddba17ec686a0462e2630580ee3d2a7.tar.gz infinitytier-68e549233ddba17ec686a0462e2630580ee3d2a7.zip | |
Revise bearer token code in controller, and add relay policy as a meta-data item presented to controller by nodes (to facilitate future meshiness).
Diffstat (limited to 'controller/README.md')
| -rw-r--r-- | controller/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/controller/README.md b/controller/README.md index 1eb0ca0d..805641d9 100644 --- a/controller/README.md +++ b/controller/README.md @@ -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 | |
