Historique | Voir | Annoter | Télécharger (2,82 ko)
Add full stop
Reload rules atomically
Background: The unit file for nftables on CentOS 8 contains:
```ExecStart=/sbin/nft -f /etc/sysconfig/nftables.confExecReload=/sbin/nft 'flush ruleset; include "/etc/sysconfig/nftables.conf";'ExecStop=/sbin/nft flush ruleset```...
Add support for named sets
Create a special ingoing chain for all ingoing fwd rules
Adapt readme to the refactoring
initial release