|
|
@@ -18,6 +18,7 @@ sysctl="/sbin/sysctl"
|
|
|
# Includes
|
|
|
source /etc/profile.d/hestia.sh
|
|
|
source $HESTIA/func/main.sh
|
|
|
+source $HESTIA/func/firewall.sh
|
|
|
source $HESTIA/conf/hestia.conf
|
|
|
|
|
|
|
|
|
@@ -32,6 +33,9 @@ is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
|
|
|
# Action #
|
|
|
#----------------------------------------------------------#
|
|
|
|
|
|
+# Self heal iptables links
|
|
|
+heal_iptables_links
|
|
|
+
|
|
|
# Checking local IPv4 rules
|
|
|
rules="$HESTIA/data/firewall/rules.conf"
|
|
|
|