fws icon indicating copy to clipboard operation
fws copied to clipboard

Overview of supported IPtables functionality and syntax

Open pietdevaere opened this issue 6 years ago • 2 comments

At the moment it is a bit hit and miss to figure out what IPtables functions are supported. E.g. using the --source-ports directive or the iprange module appear to crash fws.

pietdevaere avatar Sep 10 '19 12:09 pietdevaere

Hi, at the moment fws supports the options that are used in the examples, that cover the most used ones.

You can see a list in the parse_iptables.py#L40 file (negated=True means that you can use the "!" symbol to negate the argument and mapper=[...]split(",") means that you can insert multiple values separated by ",")

I will leave the issue open until we write the list in a readme file or in the help command :wink:

wert310 avatar Sep 17 '19 15:09 wert310

Great, thanks!

pietdevaere avatar Sep 17 '19 15:09 pietdevaere