From: phonedph1 Date: Tue, 25 Oct 2016 01:52:13 +0000 (+0000) Subject: Document the -pub- variants X-Git-Tag: rec-4.0.5-rc1~13^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef436627bfe75824aac3d8fafb2653e256b90049;p=pdns Document the -pub- variants --- diff --git a/pdns/rec_channel_rec.cc b/pdns/rec_channel_rec.cc index e02f77a46..3245d891e 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -1161,8 +1161,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"