Nftables: Difference between revisions
m (Lowercase title, use pkg and path templates, add link to nftables homepage.) |
WhyNotHugo (talk | contribs) (Add category networking) |
||
Line 12: | Line 12: | ||
* [https://wiki.archlinux.org/title/Nftables nftables - ArchWiki] | * [https://wiki.archlinux.org/title/Nftables nftables - ArchWiki] | ||
* [https://netfilter.org/projects/nftables/ nftables project homepage] | * [https://netfilter.org/projects/nftables/ nftables project homepage] | ||
[[Category:Networking]] |
Revision as of 21:10, 2 June 2024
The nftables package provides user-space tools to control the Linux nftables subsystem.
A service that loads the rules from /etc/nftables.d can be enabled with:
rc-update add nftables boot rc-service nftables start
The default rules shipped will block all incoming connections.