From b93bf3aff4ca92dadbb2510cfe46ed17e4f249e6 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sun, 23 Jun 2019 20:29:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23d0377..f33f140 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ This is a script for setting up a firewall with settings for tarpitting ssh and ## Make the Rules Permenant ### Debian-based Distributions sudo apt install iptables-persistent + sudo /etc/init.d/netfilter-persistent save ### Arch Linux Distributions (Use iptable-save which is pre-installed) + sudo iptables-save