We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e71a17 commit 7f7b0eaCopy full SHA for 7f7b0ea
install/hst-install-debian.sh
@@ -480,7 +480,7 @@ fi
480
481
# Firewall stack
482
if [ "$iptables" = 'yes' ]; then
483
- echo -n ' - Iptables Firewall'
+ echo -n ' - Firewall (Iptables)'
484
fi
485
if [ "$iptables" = 'yes' ] && [ "$fail2ban" = 'yes' ]; then
486
echo -n ' + Fail2Ban Access Monitor'
install/hst-install-ubuntu.sh
@@ -458,7 +458,7 @@ fi
458
459
460
461
462
463
464
0 commit comments