pf: Fix comments

This commit is contained in:
Timo Makinen 2025-06-22 17:54:26 +00:00
parent 5e803c87fb
commit 71ac6d1754

View file

@ -77,7 +77,7 @@ pass out quick on $int_if from self to any
pass out quick on $int_if from any to $int_net
{% if intdomain == 'iot.foo.sh' %}
# block ip's 50-100 from iot network
# block ip's: 192-255 from iot network
block in quick on $int_if from 172.20.27.192/26 to !$int_net
{% endif %}