RetrieveAdBlocklists/countBlockedRequests.sh
2019-03-17 14:05:21 +01:00

2 lines
68 B
Bash
Executable file

#!/bin/bash
grep 'block.list' /var/log/dnsmasq/dnsmasq.log* | wc -l