]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
More sugar for <name withheld>. 15704/head
authorMiod Vallat <miod.vallat@powerdns.com>
Wed, 16 Jul 2025 14:21:15 +0000 (16:21 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 17 Jul 2025 09:41:31 +0000 (11:41 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/pdnsutil.cc

index 05e407e89074763f3d0b7617f83ff38c7441d135..fe14db11a996563bef8eb69da83be87cca3e0581 100644 (file)
@@ -580,6 +580,7 @@ static const commandDispatcher topLevelDispatcher{
   {"network", {true, {networkCommands}}},
   {"record", {false, {rrsetCommands}}}, // sugar
   {"rrset", {true, {rrsetCommands}}},
+  {"tsig", {false, {TSIGKEYCommands}}}, // sugar
   {"tsig-key", {false, {TSIGKEYCommands}}}, // sugar
   {"tsigkey", {true, {TSIGKEYCommands}}},
   {"view", {true, {viewsCommands}}},