From 43514cd7a56679849fd49f842d8475d54a239288 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Thu, 15 Jun 2023 15:40:57 +0200 Subject: [PATCH] fix typo --- HowtoNetfilter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoNetfilter.md b/HowtoNetfilter.md index cf95b73c..7bcd87cd 100644 --- a/HowtoNetfilter.md +++ b/HowtoNetfilter.md @@ -193,6 +193,6 @@ Escape character is '^]'. Si l'on veut tout autoriser en sortie (TCP, UDP), voici la règle à ajouter : ~~~ -$IPT -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT +# iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT ~~~