mirror of
https://github.com/ChrisTitusTech/firewallsetup.git
synced 2026-08-24 10:13:27 -05:00
d7075adef5b9020a91e2a44366ae9e7d290d0392
firewallsetup
Fast Firewall Setup
This is a script for setting up a firewall with settings for tarpitting ssh and basic protections that everyone needs.
Download the rules to /etc/
git clone https://github.com/ChrisTitusTech/firewallsetup.git
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
Languages
Shell
100%