Last active
June 24, 2019 15:06
-
-
Save KaiserKatze/72903932672b71c756d33243983feada to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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