Overview of the nftables Go package
mainThis repository provides a third-party Go package designed to programmatically interact with Linux nftables (the successor to iptables).
Key characteristics:
- Pure Go Implementation: The package is implemented entirely in Go and does not wrap
libnftnl. - Scope: Currently in early stages, providing basic data types and functions for installing fundamental
nftablesrules.
Note: This is NOT the official repository for the Linux nftables project. For official information, visit https://wiki.nftables.org/.