This commit is contained in:
Gregory Colpart 2023-06-15 15:40:57 +02:00
parent f8635ff783
commit 43514cd7a5

View file

@ -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
~~~