mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-20 21:17:25 +00:00
Add support for taildrop (#118)
This commit is contained in:
@@ -167,6 +167,7 @@ func (m Machine) toNode(includeRoutes bool) (*tailcfg.Node, error) {
|
||||
|
||||
KeepAlive: true,
|
||||
MachineAuthorized: m.Registered,
|
||||
Capabilities: []string{tailcfg.CapabilityFileSharing},
|
||||
}
|
||||
return &n, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user