From 8d81552c16e127aa51169167e4a2ee940380ae04 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 29 May 2024 16:12:46 +0200 Subject: [PATCH] fix: accept output connections in iptables --- iptables/iptables/rules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables/iptables/rules.sh b/iptables/iptables/rules.sh index 64650f2..31ec524 100644 --- a/iptables/iptables/rules.sh +++ b/iptables/iptables/rules.sh @@ -1,7 +1,7 @@ # General rules iptables -P INPUT DROP iptables -P FORWARD DROP -iptables -P OUTPUT DROP +iptables -P OUTPUT ACCEPT # Fail2Ban iptables -N f2b-sshd