Skip to content

Instantly share code, notes, and snippets.

@KaiserKatze
Last active June 24, 2019 15:06
Show Gist options
  • Save KaiserKatze/72903932672b71c756d33243983feada to your computer and use it in GitHub Desktop.
Save KaiserKatze/72903932672b71c756d33243983feada to your computer and use it in GitHub Desktop.
# Cook iptables
apt-get -y install build-essential automake libtool
git clone git://git.netfilter.org/iptables
cd iptables
./autogen.sh
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment