Skip to content

Instantly share code, notes, and snippets.

@pronebird
pronebird / org.nsa.pf.rules
Created January 2, 2017 15:51
OS X Firewall Packet Filter (pfctl): Killswitch + Protection
# Put this file in /etc/pf.anchors/
# Options
set block-policy drop
set fingerprints "/etc/pf.os"
set ruleset-optimization basic
set skip on lo0
# Interfaces
inet_define = "en0"