Hi,
I am trying to find a way to see how many dns queries made by unbound were dnssec validated.
I thought num.query.edns.DO=0 is a way to count queries that use dnssec. However, after doing a dnssec test on:
https://en.internet.nl/connection/
which says dnssec resolving works, this counter is still zero:
total.num.queries=56614
total.num.queries_ip_ratelimited=0
total.num.cachehits=53049
total.num.cachemiss=3565
total.num.prefetch=13540
total.num.zero_ttl=6719
total.num.recursivereplies=3565
num.query.edns.present=0
num.query.edns.DO=0
$ sudo unbound-control -c ~/keys/unbound.conf -s 192.168.0.112@953 stats_noreset | egrep “total.num|edns”
Is there another counter I can look at?
thanx Hans-Cees