Update README.md

This commit is contained in:
Chris Titus
2019-06-23 20:29:00 -05:00
committed by GitHub
parent abae010986
commit f8f36ab5c8
+11 -1
View File
@@ -1,4 +1,14 @@
# firewallsetup
Fast Firewall Setup
## Fast Firewall Setup
This is a script for setting up a firewall with settings for tarpitting ssh and basic protections that everyone needs.
## 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