๐งฑ PF Firewall PF is FreeBSDโs packet filter. ๐ง Enable PF 1 2/etc/rc.conf: pf_enable="YES" ๐งฉ Rules 1 2 3block in all pass out all pass in on em0 proto tcp to port 22 ๐ง Apply Rules 1 2pfctl -f /etc/pf.conf pfctl -sr