@@ -62,7 +62,7 @@ RUN(){
SERVERIP=(`hostname -I`)
SERVERIPS=''
for nip in "${SERVERIP[@]}"; do
if [[ "${nip}" == *"."* ]]; then
if [[ "${nip}" == *"."* ]] && [[ "${nip}" != *"172"* ]]; then
if [ "${SERVERIPS}" = "" ]; then
SERVERIPS=${nip}
else
The note is not visible to the blocked user.