Rod Hynes db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
..
alignedbuff db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
binaryutil db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
expr db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
internal db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
xt db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
CONTRIBUTING.md db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
LICENSE db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
README.md db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
chain.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
compat_policy.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
conn.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
counter.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
doc.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
flowtable.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
obj.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
rule.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
set.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
table.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө
util.go db831cc5f8 Update tailscale.com/net/portmapper for fixes and enhancements 1 жил өмнө

README.md

Build Status GoDoc

This is not the correct repository for issues with the Linux nftables project! This repository contains a third-party Go package to programmatically interact with nftables. Find the official nftables website at https://wiki.nftables.org/

This package manipulates Linux nftables (the iptables successor). It is implemented in pure Go, i.e. does not wrap libnftnl.

This is not an official Google product.

Breaking changes

This package is in very early stages, and only contains enough data types and functions to install very basic nftables rules. It is likely that mistakes with the data types/API will be identified as more functionality is added.

Contributions

Contributions are very welcome!