diff --git a/README.md b/README.md index 3732794..5a61948 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,18 @@ Exclusion Enforcer isn't for the faint of heart (it needs root for the iptables stuff) This is for network warriors, ready to defend their digital turf with the firepower of Python and iptables. Also folks who can reboot a linux box. ## ⚙️ Features -### 🔍 Verify your scope: Make sure no IP address evades your watchful eye. Feed it a list, and it'll cross-verify with your scope, ensuring not a single rogue packet slips through. -### 🔥 Integrate with iptables: Once your deny list is vetted, Exclusion Enforcer will synergize directly with iptables, enforcing your will at the kernel level. Those packets won't even see it coming. +### 🔍 Verify your scope +Make sure no IP address evades your watchful eye. Feed it a list, and it'll cross-verify with your scope, ensuring not a single rogue packet slips through. -### 🔄 Flexible management: Need to clear the decks? With a single command, Exclusion Enforcer will sweep your iptables rules clean, leaving it pristine and primed for your next battle. +### 🔥 Integrate with iptables +Once your deny list is vetted, Exclusion Enforcer will synergize directly with iptables, enforcing your will at the kernel level. Those packets won't even see it coming. -### 💻 Command-line goodness: Everything you need right at your fingertips. Arguments to specify, check, and enforce. Plus, a friendly -h to remind you of your options. LITERALLY NO ONE DOES THIS FOR YOU. +### 🔄 Flexible management +Need to clear the decks? With a single command, Exclusion Enforcer will sweep your iptables rules clean, leaving it pristine and primed for your next battle. + +### 💻 Command-line goodness +Everything you need right at your fingertips. Arguments to specify, check, and enforce. Plus, a friendly -h to remind you of your options. LITERALLY NO ONE DOES THIS FOR YOU. ## 🚀 How to Unleash the Beast Clone this repository to your local battlestation. Make sure you're speaking Python 3, because this beast left Python 2 in the dust due to it's magnificent complexity (also, I'm lazy.)