diff --git a/check_user_net_connections.sh b/check_user_net_connections.sh new file mode 100644 index 0000000..21694a6 --- /dev/null +++ b/check_user_net_connections.sh @@ -0,0 +1 @@ +netstat -tunp | grep "134.102.23.210:443" | awk -c {'print $5'} | sed 's/:.*//' | uniq