Adds dns commands.

This commit is contained in:
2025-10-12 00:35:54 +00:00
parent caabd298b3
commit 973782baaa
3 changed files with 182 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ func init() {
// Add subcommands
rootCmd.AddCommand(versionCmd)
rootCmd.AddCommand(daemonCmd)
rootCmd.AddCommand(dnsCmd)
rootCmd.AddCommand(instanceCmd)
rootCmd.AddCommand(configCmd)
rootCmd.AddCommand(secretCmd)