add port listen

master
David Kebler 2024-11-01 14:01:22 -07:00
parent fb7c510d2b
commit ea8c78f72c
1 changed files with 3 additions and 1 deletions

View File

@ -76,4 +76,6 @@ alias portl="ss -tunl | grep"
alias ipg="ip addr show | grep -A1 "
alias ips="ip addr show"
alias pubip="curl https://ipv4.nsupdate.info/myip; echo"
alias pubip="curl https://ipv4.nsupdate.info/myip; echo"
alias listen="sudo netstat -tunlp"