mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 17:57:37 +00:00
rename acl "get" funcs to "expand" for consistency
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Kristoffer Dalby

parent
155cc072f7
commit
19dc0ac702
@@ -104,7 +104,7 @@ func tailNode(
|
||||
|
||||
online := machine.IsOnline()
|
||||
|
||||
tags, _ := pol.GetTagsOfMachine(machine)
|
||||
tags, _ := pol.TagsOfMachine(machine)
|
||||
tags = lo.Uniq(append(tags, machine.ForcedTags...))
|
||||
|
||||
node := tailcfg.Node{
|
||||
|
Reference in New Issue
Block a user