From 8f3e5e298f3c8c1662b3fbe31cbfd386cbbdf3f2 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 30 Jun 2019 15:31:06 +0200 Subject: [PATCH 1/2] update_firewall-script_ipt-server.sh --- update_firewall-script_ipt-server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_firewall-script_ipt-server.sh b/update_firewall-script_ipt-server.sh index 90d9503..ddceb2f 100755 --- a/update_firewall-script_ipt-server.sh +++ b/update_firewall-script_ipt-server.sh @@ -205,7 +205,7 @@ DEFAULT_FIREWALL_CONFIGURATION_FILES=" load_modules_ipv6.conf logging_ipv4.conf logging_ipv6.conf - post_decalrations.conf + default_ports.conf " if [[ -f "$conf_file" ]]; then @@ -353,7 +353,7 @@ else echo_skipped fi -info "Configuration files \033[1mmain_ipv[4|6].conf\033[m and \033[1mports.conf\033[m are not considered." +info "Configuration files \033[1mmain_ipv[4|6].conf\033[m are not considered." clean_up 0 From a1a483e94ccaf079131f15385b11ec5bccae1584 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 30 Jun 2019 16:14:57 +0200 Subject: [PATCH 2/2] update_firewall-script_ipt-server.sh: add default_ports.conf. --- update_firewall-script_ipt-server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_firewall-script_ipt-server.sh b/update_firewall-script_ipt-server.sh index ddceb2f..02659cf 100755 --- a/update_firewall-script_ipt-server.sh +++ b/update_firewall-script_ipt-server.sh @@ -206,6 +206,7 @@ DEFAULT_FIREWALL_CONFIGURATION_FILES=" logging_ipv4.conf logging_ipv6.conf default_ports.conf + post_decalrations.conf " if [[ -f "$conf_file" ]]; then