Skip to content

Allow using firewalls other than iptables

Filip Polbratt requested to merge firewall-types into master

This merge request makes it possible to use a firewall other than iptables.

To use this functionality set fw_type in config to false and implement your firewall rule separately.

Merge request reports