loopback_device = "lo0"
network_devices = "{ em0 wlan0 }"
tcp_pass = "{ 80 443 }"
# table containing all IP addresses assigned to the firewall
table <firewall> const { self }
# do not filter on the loopback device
set skip on lo0
scrub in all
antispoof for $network_devices
block all
# Whitelist VPN traffic out of machine below.