urukctl
Very small firewall script, for configuring iptables
Install
- All systems
-
curl cmd.cat/urukctl.sh
- Debian
-
apt-get install uruk
- Ubuntu
-
apt-get install uruk
- Kali Linux
-
apt-get install uruk
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install uruk
- Raspbian
-
apt-get install uruk
- Dockerfile
- dockerfile.run/urukctl
uruk
Very small firewall script, for configuring iptables
Uruk is a wrapper for Linux ip[6]tables. A very simple shell script, but useful if you need similar (but not the same) packet filtering configurations on lots of hosts. It uses a template file, which gets sourced as a shell script, to get lists of source addresses, allowed to use specific network services. Listing these groups of allowed hosts and allowed services is all what's needed to configure your box. Main difference with other firewall setup tools: uruk is just a very small (just 14K!) shell script, no gui, no interactive setup, no default configuration. You'll like this if you'd rather not have lots of (probably buggy) code between you and your filtering rules.