get publicip with curl

master
David Kebler 2024-04-29 13:03:08 -07:00
parent b40dfc3382
commit 7d9a9b2a5b
1 changed files with 3 additions and 1 deletions

View File

@ -73,4 +73,6 @@ fi
alias portl="ss -tunl | grep"
alias ipg="ip addr show | grep -A1 "
alias ipg="ip addr show | grep -A1 "
alias pubip="curl https://ipv4.nsupdate.info/myip; echo"