From: phonedph1 Date: Tue, 25 Oct 2016 01:52:13 +0000 (+0000) Subject: Document the -pub- variants X-Git-Tag: dnsdist-1.1.0-beta2~69^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=331e84ec5a3ff2d96fe63197fa14ecedac2a20ee;p=thirdparty%2Fpdns.git Document the -pub- variants --- diff --git a/pdns/rec_channel_rec.cc b/pdns/rec_channel_rec.cc index b09a41dd55..d23123207a 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -1182,8 +1182,10 @@ string RecursorControlParser::getAnswer(const string& question, RecursorControlP "trace-regex [regex] emit resolution trace for matching queries (empty regex to clear trace)\n" "top-largeanswer-remotes show top remotes receiving large answers\n" "top-queries show top queries\n" +"top-pub-queries show top queries grouped by public suffix list\n" "top-remotes show top remotes\n" "top-servfail-queries show top queries receiving servfail answers\n" +"top-pub-servfail-queries show top queries receiving servfail answers grouped by public suffix list\n" "top-servfail-remotes show top remotes receiving servfail answers\n" "unload-lua-script unload Lua script\n" "version return Recursor version number\n"