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

@ -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."