Re: [dnsdist] Get topQueries and topResponses over dnsdist API

2019-07-03 Thread Pieter Lexis
Hi Eduard, On 7/3/19 9:49 AM, Eduard Ahmatgareev wrote: > Is it possible to get some statistics metrics over API? > I am intersting in: topResponses and topResponses > and probably grepq That sounds like a cool feature. Could you open a Feature Request on GitHub[1] so we don't forget about this?

[dnsdist] Get topQueries and topResponses over dnsdist API

2019-07-03 Thread Eduard Ahmatgareev
Is it possible to get some statistics metrics over API? I am intersting in: topResponses and topResponses and probably grepq Thanks, Eduard ___ dnsdist mailing list dnsdist@mailman.powerdns.com https://mailman.powerdns.com/mailman/listinfo/dnsdist

[dnsdist] Add ECS to response

2019-07-03 Thread Casey Deccio
Hello! I'm wondering if it is possible to add an arbitrary ECS value to a response. I've poked around through the docs, but it wasn't immediately clear how that might be done. I did try: addResponseAction(AllRule(), SetECSAction('0.0.0.0/0', '::/0')) But SetECSAction() is only for queries,