readme fold

This commit is contained in:
garywill
2021-10-23 10:16:12 +08:00
parent 2468b5a415
commit d2bc2d9460
3 changed files with 115 additions and 58 deletions

View File

@@ -821,7 +821,8 @@ check_iptables()
if which firewall-cmd > /dev/null 2>&1; then
if [[ "$(firewall-cmd --state)" == "running" ]]; then
echo "firewalld is running ($(firewall-cmd --version))"
#echo "firewalld version "
echo -e "\nWARN: We haven't completed the compatibility with firewalld.\nWARN: If you see any trouble, try:\nWARN: 1) 'firewall-cmd --zone=trusted --add-interface=<SUBN_IFACE>'\nWARN: 2) disable firewalld\n" >&2
# TODO
fi
fi
}