summaryrefslogtreecommitdiffstats
path: root/statRequestsPerBlockedAddress.sh
blob: 9abefd3299a8483af9f6d89f41d7dc6d5a15bafb (plain)
1
2
#!/bin/bash
grep /block.list /var/log/dnsmasq/dnsmasq.log | awk '{print $6}' | sort | uniq -c | sort -h