alegrey91 / fwdctl

⛓️ CLI tool to easily manage IPTables forwards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fwdctl

fwdctl

Go Reference Go Report Card Go Coverage https://img.shields.io/ossf-scorecard/github.com/alegrey91/fwdctl?label=openssf%20scorecard&style=flat Awesome

fwdctl is a simple and intuitive CLI to manage forwards in your Linux server.

How it works

It essentially provides commands to manage forwards, using iptables under the hood.

Let's do an example:

Suppose you have an hypervisor server that hosts some virtual machines inside itself. If you need to expose an internal service, managed by one of these VMs, you can use fwdctl from the hypervisor to add the forward to expose this service.

example

To do so, you have to type this easy command:

sudo fwdctl create --destination-port 3000 --source-address 192.168.199.105 --source-port 80

That's it.

Full documentation here.

Installation

Linux x86_64

curl -s https://raw.githubusercontent.com/alegrey91/fwdctl/main/install | sudo sh

About

⛓️ CLI tool to easily manage IPTables forwards

License:Apache License 2.0


Languages

Language:Go 96.6%Language:Shell 1.4%Language:Makefile 1.1%Language:Smarty 0.9%