get publicip with curl
parent
b40dfc3382
commit
7d9a9b2a5b
|
@ -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"
|
Loading…
Reference in New Issue