From 9ef22c1850b5c7495c236fab357d3b4f5b50742d Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 16 Jul 2025 16:21:15 +0200 Subject: [PATCH] More sugar for . Signed-off-by: Miod Vallat --- pdns/pdnsutil.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 05e407e89..fe14db11a 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -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}}}, -- 2.47.2