added public ip as function

master
David Kebler 2024-04-29 13:05:43 -07:00
parent 7d9a9b2a5b
commit cdfd40e20d
1 changed files with 4 additions and 0 deletions

View File

@ -66,3 +66,7 @@ gip () {
return 1
fi
}
gpip () {
curl https://ipv4.nsupdate.info/myip
}