feat: configure dns preferecens for tailnets

This commit is contained in:
Johan Siebens
2022-05-12 22:32:59 +02:00
parent e5c7a118a8
commit 52aa221cd0
13 changed files with 1047 additions and 86 deletions
+2
View File
@@ -16,6 +16,8 @@ func tailnetCommand() *coral.Command {
command.AddCommand(listTailnetsCommand())
command.AddCommand(createTailnetsCommand())
command.AddCommand(getDNSConfig())
command.AddCommand(setDNSConfig())
command.AddCommand(getACLConfig())
command.AddCommand(setACLConfig())