Example FreeBSD PF Firewall Configuration File
This is an example configuration for the PF Firewall on FreeBSD for my own usage. It may serve as an example to you. It allows SSH, HTTP and Syncthing communications.
/etc/pf.conf
# Block everything in by default
block in all
# Allow everything out ...
spacecodecinema.com2 min read