How go get my public IP address
There are several pretty good websites that can tell you your IP address. ident.me ip.zxc.sx ifconfig.me icanhazip.com ipinfo.io 2ip.ru You can open them in a browser or use the terminal to get your IP address. curl ident.me curl ip.zxc.sx curl ifconfig.me curl icanhazip.com curl ipinfo.io curl 2ip.ru If you don’t have a curl installed, you can use wget. wget -qO- ident.me wget -qO- ip.zxc.sx wget -qO- ifconfig.me wget -qO- icanhazip.com wget -qO- ipinfo....