feat: configure ACL policies based on tags and hosts

This commit is contained in:
Johan Siebens
2022-05-12 20:32:01 +02:00
parent 22cccceca9
commit e5c7a118a8
21 changed files with 1249 additions and 89 deletions
+2
View File
@@ -16,6 +16,8 @@ func tailnetCommand() *coral.Command {
command.AddCommand(listTailnetsCommand())
command.AddCommand(createTailnetsCommand())
command.AddCommand(getACLConfig())
command.AddCommand(setACLConfig())
return command
}