forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
402 B
Text
10 lines
402 B
Text
ipfcount reads ipf(8) logs and extracts the following fields:
|
|
|
|
iface group rule action shost sport dhost dport proto flags type dir
|
|
|
|
You can then print lists like 'top <n> blocked ports', 'top <n> blocked hosts',
|
|
or 'incoming connections sorted by interface and protocol'.
|
|
|
|
For more sophisticated lists, you can filter the entries using Perl expressions.
|
|
|
|
WWW: http://deathbeforedecaf.net/misc/ports
|