feat: added ability to add custom nftables rules

This commit is contained in:
ITQ
2025-12-29 16:51:32 +03:00
parent af4f78663d
commit 7e4795e99f
2 changed files with 7 additions and 0 deletions
@@ -32,3 +32,7 @@ table inet filter {
policy accept;
}
}
{% if security_nftables_custom_config is defined and security_nftables_custom_config | trim %}
{{ security_nftables_custom_config | trim }}
{% endif %}