AutoIPTables

AutoIPTables is a tool for easy installation and management of IPTables.

Features

  • Add your rules from text file in the config folder
  • You can add your own comment with # in the text config file
  • Remove All Tables

To add your own rules, you just have to modify the rules.txt file in the config directory.

Installation

AutoIPTables requires Python to run.

To install in Windows :

Follow the instructions of the Python installer and don’t forget to check the “add to path”.

To install Python in Linux :

sudo apt update && sudo apt install python3 && sudo apt install python3-pip

Install the modules :

pip install colorama

Clone the project and enjoy.

git clone https://github.com/GameBakLeVrai/AutoIPTables.git

License

MIT

Free Software, Hell Yeah!

GitHub

View Github