We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f61e9c commit adaef50Copy full SHA for adaef50
ip_port.sh
@@ -0,0 +1 @@
1
+ip a | grep inet |grep -vE '(inet6|host)' | awk '{print $2}' | cut -d"/" -f1 | while read line ; do echo "Connect to host on http://${line}$(ss -pluwnt | grep *: | grep -v :22 | awk '{print $5}'| sed 's/*//g' )" ; done
0 commit comments