From f1f06910b108282a82ad4f9ad0e2fd43ed5b4ec9 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Mon, 22 Feb 2021 18:11:38 -0500 Subject: [PATCH] put off docker rules --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index b487762..f49e2e8 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -105,7 +105,7 @@ if [ ! -f "/etc/iptables/rules.v4" ]; then source ./scripts/subinstallers/suricata.sh source ./scripts/subinstallers/iptables.sh source ./scripts/subinstallers/ip6tables.sh - source ./scripts/subinstallers/iptables_docker.sh + #source ./scripts/subinstallers/iptables_docker.sh source ./scripts/subinstallers/iptables_cleanup.sh else echo "iptables rules exist. Leaving alone."