Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / README.md @ 1a986e22

Historique | Voir | Annoter | Télécharger (5,09 ko)

# Date Auteur Commentaire
7b9d6ffc 2021-05-31 04:42 Nacho Barrientos

Allow creating a totally empty firewall

By setting `nftables::inet_filter` and `nftables::nat` to `false`
users can now start off from a totally empty firewall and add the
tables, chains and rules they'd like.

The default skeleton for inet-filter, ip-nat and ip6-nat is kept...

693a3d98 2021-03-26 04:17 Nacho Barrientos

Amend link to Yasnippets

I reorganised my dotfiles a bit so this link must be changed. Sorry
for the noise.

4d95ea85 2021-03-23 07:03 Steve Traylen

Add fact section to README.md

b1b61501 2021-03-09 04:37 Nacho Barrientos

Add pointer to Yasnippets for some defined types

2fda87af 2021-03-09 04:37 Nacho Barrientos

Improve sections' formatting

13f26dfc 2021-01-26 07:17 Nacho Barrientos

Improve nftables::rule's documentation (#68)

82b6fd57 2021-01-18 09:43 Steve Traylen

Add badges to README

abb04c95 2020-12-09 11:44 Nacho Barrientos

Mention nftables::simplerule in the README

1330c27e 2020-12-09 04:08 Nacho Barrientos

Add a hint about changing default output configuration

8ded326d 2020-12-09 04:06 Nacho Barrientos

Fix typo in class name

4ed97e58 2020-12-09 04:06 Nacho Barrientos

Add a separation between the header and the content

620da9a6 2020-12-09 04:06 Nacho Barrientos

Add remark about the global chain

0f31ffbe 2020-12-09 04:06 Nacho Barrientos

Fix grammatical error

1ffab17b 2020-12-09 04:05 Nacho Barrientos

Add full stop

30462da1 2020-11-26 05:19 Steve Traylen

Reload rules atomically

Background: The unit file for nftables on CentOS 8 contains:

```
ExecStart=/sbin/nft -f /etc/sysconfig/nftables.conf
ExecReload=/sbin/nft 'flush ruleset; include "/etc/sysconfig/nftables.conf";'
ExecStop=/sbin/nft flush ruleset
```...

20b96360 2020-11-13 09:57 Nacho Barrientos

Add support for named sets

af544fea 2020-08-30 09:15 tr

Create a special ingoing chain for all ingoing fwd rules

7940fb07 2020-08-30 06:04 tr

Adapt readme to the refactoring

0ba57c66 2020-08-29 05:50 mh

initial release