aboutsummaryrefslogtreecommitdiffstats
path: root/main/nftables/nftables.post-upgrade
Commit message (Collapse)AuthorAgeFilesLines
* main/nftables: change default rules_file location and save_on_stopJakub Jirutka2020-01-041-1/+17
|
* main/nftables: install config snippets to /usr/share instead of /etcJakub Jirutka2020-01-041-0/+4
| | | | | | Splitting basic nftables rules into so many files makes it just confusing and most of them are not actually useful for typical users. It's better to keep /etc clean and provide simple one-file ruleset, as e.g. Arch Linux does.
* main/nftables: change default save location to /etc/firewall.nftJakub Jirutka2018-04-011-0/+15
This is a configuration and so should be stored in /etc. Also nftables format is very well suited for hand-written firewall configuration, not just for dumping current rules managed manually by ntf tool or generated by some shell script. However, to be consistent with iptables package, I kept save_on_stop enabled by default.