UFW Mapper is a simple and efficient tool for managing iptables
configuration for local development. This project leverages the Electron framework to provide an easy-to-use UI for handling UFW (Uncomplicated Firewall) rules.
- Manage UFW (Uncomplicated Firewall) configurations locally.
- Easily configure iptables to fit local development security needs.
- Simple user interface powered by Electron.
To run UFW Mapper, you'll need the following installed:
- Node.js (v12+)
- npm or yarn
- Electron
-
Clone the repository:
git clone https://github.com/microservices-suite/ufw-mapper.git cd ufw-mapper
-
Install the dependencies:
npm install
To start the application, run the following command:
npm start