/myip-utility

Gets your external IP - written in bash

Primary LanguageShell

myip-utility

Gets your external IP - written in bash

Just put this into /usr/bin/ and then chmod +x /usr/bin/myip -> if you need to,

then, when you need to see your external IP address, just run "myip" in your terminal 👍


<-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=->
very good way but there is another way xD

vim ~/.bash_profile

alias pubip='ip=$(dig +short myip.opendns.com @resolver1.opendns.com); echo $ip'
source ~/.bash_profile

then u can write pubip and get your public ip at your fingertips :)))

<-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=->