From fff1b2417d32a2a386270b2859caffbb480d4866 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Tue, 18 Aug 2020 16:34:38 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20d'une=20r=C3=A8gle=20en=20trop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Howtonftables.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Howtonftables.md b/Howtonftables.md index b0849981..d9336212 100644 --- a/Howtonftables.md +++ b/Howtonftables.md @@ -90,7 +90,6 @@ Ajouter une règle à la chaine « input » de la table « filter » pour autori ~~~ # nft add rule inet filter input tcp dport ssh inet accept comment "Accept SSH on port 22" -# nft add rule inet filter input tcp dport {80, 443} ct state new,established counter accept ~~~ Supprimer toutes les règles de la chaine « input » appartenant à la table « filter » :