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

@ -65,4 +65,8 @@ gip () {
echo install jq to use this function
return 1
fi
}
gpip () {
curl https://ipv4.nsupdate.info/myip
}