mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-09 13:39:39 -05:00
feat: add autogroup:self (#2789)
This commit is contained in:
@@ -793,6 +793,11 @@ func (s *State) Filter() ([]tailcfg.FilterRule, []matcher.Match) {
|
||||
return s.polMan.Filter()
|
||||
}
|
||||
|
||||
// FilterForNode returns filter rules for a specific node, handling autogroup:self per-node.
|
||||
func (s *State) FilterForNode(node types.NodeView) ([]tailcfg.FilterRule, error) {
|
||||
return s.polMan.FilterForNode(node)
|
||||
}
|
||||
|
||||
// NodeCanHaveTag checks if a node is allowed to have a specific tag.
|
||||
func (s *State) NodeCanHaveTag(node types.NodeView, tag string) bool {
|
||||
return s.polMan.NodeCanHaveTag(node, tag)
|
||||
|
||||
Reference in New Issue
Block a user