mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 03:37:39 +00:00
Add logout method to tsic
This commit is contained in:
@@ -15,6 +15,7 @@ type TailscaleClient interface {
|
||||
Execute(command []string) (string, string, error)
|
||||
Up(loginServer, authKey string) error
|
||||
UpWithLoginURL(loginServer string) (*url.URL, error)
|
||||
Logout() error
|
||||
IPs() ([]netip.Addr, error)
|
||||
FQDN() (string, error)
|
||||
Status() (*ipnstate.Status, error)
|
||||
|
Reference in New Issue
Block a user