tailscale / tailscale-client-go

A client implementation for the Tailscale HTTP API
MIT License
61 stars 27 forks source link

Add SetDeviceKey method to client #8

Closed davidsbond closed 2 years ago

davidsbond commented 2 years ago

Closes #7

This commit adds the SetDeviceKey method to the Client type which can be used to configure the properties of a device key.

Signed-off-by: David Bond davidsbond93@gmail.com