diff --git a/README.md b/README.md index e069c3a..a722eb5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ [![Build Status](https://travis-ci.org/google/nftables.svg?branch=master)](https://travis-ci.org/google/nftables) [![GoDoc](https://godoc.org/github.com/google/nftables?status.svg)](https://godoc.org/github.com/google/nftables) +**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.