curl ifconfig.me 和 ifconfig 显示不同的结果

curl ifconfig.me 和 ifconfig 显示不同的结果

如果我运行,curl ifconfig.me我会得到一个 IP,如果我运行ifconfig,我会得到其他 IP。为什么会这样?

答案1

ifconfig正在抓取您本地的 NAT IP 地址。 curl ifconfig.me正在抓取您的 ISP 向您提供的公共 IP。

相关内容