How do you get your public IP from the terminal:
curl ifconfig.me
curl is a prerequisite, besides that, it’s super nice and easy 🙂
Maybe you’re on Windows and have powershell:
(Invoke-WebRequest -Uri ifconfig.me).content
How do you get your public IP from the terminal:
curl ifconfig.me
curl is a prerequisite, besides that, it’s super nice and easy 🙂
Maybe you’re on Windows and have powershell:
(Invoke-WebRequest -Uri ifconfig.me).content