From 73f620a28e3e19ba8440caee128bc0dd6bda463d Mon Sep 17 00:00:00 2001 From: Edwin Lyon <53972157+practical-engelbart@users.noreply.github.com> Date: Fri, 9 Sep 2022 10:10:44 -0700 Subject: [PATCH] Update rules6.conf --- iptables/rules6.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/iptables/rules6.conf b/iptables/rules6.conf index 047dd4a..a1d619f 100644 --- a/iptables/rules6.conf +++ b/iptables/rules6.conf @@ -33,4 +33,5 @@ -A FILTERS -m conntrack --ctstate NEW -p tcp --syn --dport 5443 -j ACCEPT -A FILTERS -m conntrack --ctstate INVALID -j DROP -A FILTERS -j REJECT +-A FILTERS -j RETURN COMMIT