forked from pool/nftables
71d8541655679f249f4fbd99d287bcbbd0080331205a4d2729db218f5640d740
It seems users are missing this service which is not part of the upstream project but present in most other Linux distributions. It allows to setup simple static nftables based firewalls via configuration files.
Static Firewall Configuration with nftables.service =================================================== SUSE provides an nftables systemd service which allows to setup simple static firewall rule sets based on configuration files. To use this service you need to create the main configuration file in /etc/nftables/rules/main.nft. A simple template for this can be copied from /usr/etc/nftables/rules/main.nft. You can split-up the static firewall configuration into multiple files which are included from the main.nft configuration file. Once the desired static firewall configuration is in place you can test it by running `systemctl start nftables.service`. To enable the service at boot time run `systemctl enable nftables.service`.
Description
Languages
Standard ML
100%