From 70280ddac55781e4e22654775020cf844bc4f292 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 30 Jun 2021 15:57:00 +0200 Subject: [PATCH] rec: Add "hash-password" to the rec_control help --- pdns/rec_channel_rec.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/rec_channel_rec.cc b/pdns/rec_channel_rec.cc index 1eee88810a..dc3c87ab6b 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -1922,6 +1922,7 @@ RecursorControlChannel::Answer RecursorControlParser::getAnswer(int s, const str "get-parameter [key1] [key2] .. get configuration parameters\n" "get-qtypelist get QType statistics\n" " notice: queries from cache aren't being counted yet\n" +"hash-password [work-factor] ask for a password then return the hashed version\n" "help get this list\n" "ping check that all threads are alive\n" "quit stop the recursor daemon\n" -- 2.47.2