added public ip as function
parent
7d9a9b2a5b
commit
cdfd40e20d
|
@ -65,4 +65,8 @@ gip () {
|
||||||
echo install jq to use this function
|
echo install jq to use this function
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
gpip () {
|
||||||
|
curl https://ipv4.nsupdate.info/myip
|
||||||
}
|
}
|
Loading…
Reference in New Issue