ipn,types/persist: store disallowed TKA's in prefs, lock local-disable
Signed-off-by: Tom DNetto <tom@tailscale.com>
This commit is contained in:
@@ -714,3 +714,8 @@ func (a *Authority) Keys() []Key {
|
||||
}
|
||||
return out
|
||||
}
|
||||
|
||||
// StateIDs returns the stateIDs for this tailnet key authority.
|
||||
func (a *Authority) StateIDs() (uint64, uint64) {
|
||||
return a.state.StateID1, a.state.StateID2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user