summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient/errors.go
AgeCommit message (Collapse)AuthorFilesLines
2025-03-12control/controlclient, ipn: add client audit logging (#14950)Jonathan Nobels1-0/+51
updates tailscale/corp#26435 Adds client support for sending audit logs to control via /machine/audit-log. Specifically implements audit logging for user initiated disconnections. This will require further work to optimize the peristant storage and exclusion via build tags for mobile: tailscale/corp#27011 tailscale/corp#27012 Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>