Skip to content

Instantly share code, notes, and snippets.

@up_the_irons
Created September 11, 2012 09:39
Turn off connection tracking in Linux via ferm
table raw {
chain PREROUTING {
policy ACCEPT;
NOTRACK;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment