You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if grep -i ": 00000000000000000000000000000000:$(printf '%04X' ${udp_port}) 00000000000000000000000000000000:0000 " ${PROCDIR}/net/udp6; then let result=0; else let result=1; fi;
done;
for tcp_port in 8080 8443 8880 8843; do
if grep -i ": 00000000000000000000000000000000:$(printf '%04X' ${tcp_port}) 00000000000000000000000000000000:0000 " ${PROCDIR}/net/tcp6; then let result=0; else let result=1; fi;