Update about howto fix description.

This commit is contained in:
Samson-W 2019-04-17 12:10:48 +08:00
parent 5abbbc849f
commit 8abbca05e5

View File

@ -6,7 +6,7 @@
# #
# 7.7.5.2 Ensure loopback traffic is configured for v6 (Scored) # 7.7.5.2 Ensure loopback traffic is configured for v6 (Scored)
# Foripv6 # For ipv6
# Add this feature:Author : Samson wen, Samson <sccxboy@gmail.com> # Add this feature:Author : Samson wen, Samson <sccxboy@gmail.com>
# #
@ -82,7 +82,7 @@ apply () {
if [ $INPUT_DENY = 0 ]; then if [ $INPUT_DENY = 0 ]; then
ok "Ip6tables loopback traffic INPUT deny from other interfaces has configured!" ok "Ip6tables loopback traffic INPUT deny from other interfaces has configured!"
else else
warn "Ip6tables loopback traffic INPUT deny from 127.0.0.0/8 is not configured! need the administrator to manually add it. Howto set: ip6tables -A INPUT -s 127.0.0.0/8 -j DROP" warn "Ip6tables loopback traffic INPUT deny from 127.0.0.0/8 is not configured! need the administrator to manually add it. Howto set: ip6tables -A INPUT -s ::1 -j DROP"
fi fi
else else
ok "Ipv6 has set disabled, so pass." ok "Ipv6 has set disabled, so pass."