From 6b474cc119608f96caee69498fb514312c6efae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Wed, 9 Aug 2017 11:41:09 +0200 Subject: [PATCH] Add CHANGELOG.md. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f3b56fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ + +## v1.0 + +### Features +* Install `nftables` package for Debian based distros. +* Generate `nftables` main configuration file. +* Manage global, input and output chains with three dicts. +* Manage vars, sets and maps definition file. +* Restart `nftables` service. + +### Default Rules +* Drop blackhole set input packets. +* Allow localhost traffic. +* Allow DHCP traffic. +* Allow SSH input (otherwise Ansible won't work). +* Allow DNS request.