Create check_user_net_connections.sh
This commit is contained in:
parent
6e1da18c64
commit
6c9dee3cad
1 changed files with 1 additions and 0 deletions
1
check_user_net_connections.sh
Normal file
1
check_user_net_connections.sh
Normal file
|
@ -0,0 +1 @@
|
|||
netstat -tunp | grep "134.102.23.210:443" | awk -c {'print $5'} | sed 's/:.*//' | uniq
|
Loading…
Reference in a new issue