diff --git a/roles/common/files/ferm b/roles/common/files/ferm new file mode 100644 index 0000000000000000000000000000000000000000..c55aaece416ac48d56857e8d2b285e1491560cab --- /dev/null +++ b/roles/common/files/ferm @@ -0,0 +1,13 @@ +# configuration for /etc/init.d/ferm + +# use iptables-restore for fast firewall initialization? +FAST=yes + +# cache the output of ferm --lines in /var/cache/ferm? +CACHE=no + +# additional paramaters for ferm (like --def '=bar') +OPTIONS= + +# Enable the ferm init script? (i.e. run on bootup) +ENABLED="yes"