https://github.com/microservices-suite/ufw-mapper
This is the iptable configurations manager for host machines. Its cross platform and secures local development
https://github.com/microservices-suite/ufw-mapper
Last synced: 7 months ago
JSON representation
This is the iptable configurations manager for host machines. Its cross platform and secures local development
- Host: GitHub
- URL: https://github.com/microservices-suite/ufw-mapper
- Owner: microservices-suite
- License: mit
- Created: 2024-09-05T06:03:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T11:51:09.000Z (almost 2 years ago)
- Last Synced: 2024-09-07T12:54:13.614Z (almost 2 years ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UFW Mapper
 
**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.
## Features
- Manage UFW (Uncomplicated Firewall) configurations locally.
- Easily configure iptables to fit local development security needs.
- Simple user interface powered by Electron.
## Getting Started
### Prerequisites
To run **UFW Mapper**, you'll need the following installed:
- Node.js (v12+)
- npm or yarn
- Electron
### Installation
1. Clone the repository:
```bash
git clone https://github.com/microservices-suite/ufw-mapper.git
cd ufw-mapper
```
2. Install the dependencies:
```bash
npm install
```
### Running the App
To start the application, run the following command:
```bash
npm start