From: Remi Gacogne Date: Wed, 30 Jun 2021 13:57:00 +0000 (+0200) Subject: rec: Add "hash-password" to the rec_control help X-Git-Tag: dnsdist-1.7.0-alpha1~12^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70280ddac55781e4e22654775020cf844bc4f292;p=thirdparty%2Fpdns.git rec: Add "hash-password" to the rec_control help --- 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"