2 parents ff3a680 + 1729c2a commit ea1702aCopy full SHA for ea1702a
1 file changed
lib/installer_utils/module_firewall.py
@@ -149,6 +149,7 @@
149
150
# OUTPUT Chain
151
v_echo " Configuring OUTPUT chain..."
152
+iptables -F OUTPUT
153
154
# Detect primary outbound interface so Exim can deliver to external MX servers.
155
DEFAULT_IFACE=$(ip route show default | awk '/default/ {print $5}' | head -1)
0 commit comments