Historique | Voir | Annoter | Télécharger (3,92 ko)
Improve sections' formatting
Improve nftables::rule's documentation (#68)
Add badges to README
Mention nftables::simplerule in the README
Add a hint about changing default output configuration
Fix typo in class name
Add a separation between the header and the content
Add remark about the global chain
Fix grammatical error
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