From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: FYI - how to use libnftables in python Date: Mon, 23 Nov 2020 12:05:16 +0100 Message-ID: <20201123110516.GA2966@salvia> References: <8f3e284a-d60d-9241-5bea-89ecb8e166d8@netfilter.org> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <8f3e284a-d60d-9241-5bea-89ecb8e166d8@netfilter.org> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arturo Borrero Gonzalez Cc: "netfilter@vger.kernel.org" On Mon, Nov 23, 2020 at 11:45:58AM +0100, Arturo Borrero Gonzalez wrote: > Hi there, > > I wrote a small blogpost with information on how to use libnftables from your > pytuon code: > > https://ral-arturo.org/2020/11/22/python-nftables-tutorial.html > > Paired with this post, I also created a git repository to host several source > code examples: > > https://github.com/aborrero/python-nftables-tutorial > > I plan to add more code examples as I find the time to learn and create them. > Of course, patches with other example ideas are welcome. Thanks. Website has been updated to include this blog post: https://www.netfilter.org/documentation/ Probably a specific blog post section would be good to have and include somewhere visible from the frontpage.