Nftables: Difference between revisions

From Alpine Linux
(New article (only Alpine-specific notes))
(No difference)

Revision as of 17:21, 25 May 2024

The nftables 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.

See also