2018-05-16 14:38:33 +02:00
|
|
|
|
## v1.X
|
|
|
|
|
|
|
|
|
|
### Enhancements
|
|
|
|
|
* Set a variable to enable/disable the support of Nftables.
|
2018-07-25 15:06:31 +02:00
|
|
|
|
* Move two task in systemd handler (try to fix #1).
|
2017-08-09 11:41:09 +02:00
|
|
|
|
|
2018-07-25 15:09:04 +02:00
|
|
|
|
### Fix
|
|
|
|
|
* Deprecation warning for state "installed".
|
|
|
|
|
|
2018-02-06 17:28:41 +01:00
|
|
|
|
## v1.3.1
|
|
|
|
|
|
|
|
|
|
### Fix
|
|
|
|
|
* Reload systemd daemons only if unit file change.
|
|
|
|
|
|
2018-02-06 16:58:18 +01:00
|
|
|
|
## v1.3
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
* Provide the systemd unit.
|
|
|
|
|
|
2018-02-06 15:50:31 +01:00
|
|
|
|
## v1.2.3
|
|
|
|
|
* Rename firewall table to filter table (most use on Debian).
|
|
|
|
|
|
2018-01-05 15:01:30 +01:00
|
|
|
|
## v1.2.2
|
|
|
|
|
|
|
|
|
|
### Fix
|
|
|
|
|
* Set's name can't exceed 15 characters !
|
|
|
|
|
|
2017-08-25 17:05:42 +02:00
|
|
|
|
## v1.2.1
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
* Allow icmpv6 outgoing traffic.
|
|
|
|
|
|
2017-08-18 09:18:43 +02:00
|
|
|
|
## v1.2
|
|
|
|
|
|
2017-08-18 09:25:28 +02:00
|
|
|
|
### Features
|
|
|
|
|
* Ensure to remove old packages (iptables,…).
|
|
|
|
|
|
2017-08-18 09:18:43 +02:00
|
|
|
|
### Fixes
|
|
|
|
|
* Ensure to create the the directory to store the differents configuration files (/etc/nftables.d).
|
|
|
|
|
|
2017-08-16 13:56:50 +02:00
|
|
|
|
## v1.1
|
2017-08-09 14:27:07 +02:00
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
* Manage nftables service at startup.
|
2017-08-09 15:01:35 +02:00
|
|
|
|
* Rollback to inet family to manage both ipv4 and ipv6.
|
2017-08-09 17:14:26 +02:00
|
|
|
|
* To allow multiple ports/range ports, it's possible to redifine vars or add a rule in a dict.
|
2017-08-09 14:27:07 +02:00
|
|
|
|
|
2017-08-09 14:56:20 +02:00
|
|
|
|
### Default Rules
|
2017-08-09 17:14:26 +02:00
|
|
|
|
* Use more sets and vars definitions for input/output to avoid multiple rules.
|
2017-08-09 16:04:54 +02:00
|
|
|
|
* Allow outgoing icmp.
|
2017-08-09 16:08:52 +02:00
|
|
|
|
* Remove DHCP incoming packets. The connection is started by the host, don't need incoming rule.
|
2017-08-11 13:46:50 +02:00
|
|
|
|
* Allow outgoing OpenPGP HTTP requests.
|
2017-08-09 14:56:20 +02:00
|
|
|
|
|
2017-08-09 11:41:09 +02:00
|
|
|
|
## 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.
|