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
2023-12-18 13:06:27
curl ifconfig.me
curl ipinfo.io/json
wget http://ipecho.net/plain -O - -q ; echo
wget http://observebox.com/ip -O - -q ; echo
ifconfig
下一篇:Linux——文件扩展名