1
22.7 Legacy Series / Re: CrowSec - Automatically created $crowdsec_blacklists floating rules
« on: January 02, 2023, 09:28:37 am »
Ok... so the following command appears to list what I need. The first two lines are the automatically generated rules, the second two are my IPv4 interface specific ones.
Does the lack of a specified interface on the automatically generated rules indicate 'any/all'? How should I be interpreting this output difference?
Does the lack of a specified interface on the automatically generated rules indicate 'any/all'? How should I be interpreting this output difference?
Code: [Select]
root@opnsense:~ # pfctl -sa | grep crowdsec
block drop in quick inet from <crowdsec_blacklists> to any label "xxxxxxxxxxxxxxxx"
block drop in quick inet6 from <crowdsec6_blacklists> to any label "yyyyyyyyyyyyy"
block drop in quick on ovpnc1 reply-to (ovpnc1 xx.xx.xx.x) inet from <crowdsec_blacklists> to any label "zzzzzzzzzzzzzzzzz"
block drop in quick on vmx2 reply-to (vmx2 xx.xxx.xxx.xxx) inet from <crowdsec_blacklists> to any label "zzzzzzzzzzzzzzzzz"