How to get NAT public ip address
Linux
Updated
•1 min read
outline
In most case, we are using the internet under NAT ip and you need to check NAT ip, sometimes. Below is way to find NAT ip using CURL/
how-to
curl icanhazip.com -4
curl ifconfig.me
curl icanhazip.com
curl ipinfo.io/ip
curl ipecho.net/plain
curl ident.me





