Mac 查看本机公网IP 命令
curl ifconfig.me
如果想更好看一点
curl ipinfo.io/json
还可以用wget
wget http://ipecho.net/plain -O - -q ; echo
wget http://observebox.com/ip -O - -q ; echo
查看本机内网IP
ifconfig
ifconfig en0
2022-11-28 13:04:03
curl ifconfig.me
curl ipinfo.io/json
wget http://ipecho.net/plain -O - -q ; echo
wget http://observebox.com/ip -O - -q ; echo
ifconfig
ifconfig en0
下一篇:48、mysql补充