The source project of this merge request has been removed.
Draft: Use drop-in configs
This MR implements drop-in configs. Closes #2 (closed).
- New directory for configs:
/etc/nftables.d. - The service loads all
*.conffiles from the aforementioned directory. - Install script links old
/etc/nftables.confas/etc/nftables.d/10-nftables.confto preserve existing working configurations. It makes user able to disable default rules without editing the shipped config.
Edited by Hanabishi Recca