Unix

在 shell 腳本中查找公共 IP 地址

  • February 26, 2022

我可以使用 ifconfig 或 hostname -i 命令找到我的 IP 地址。

但是如何找到我的公共 IP?

(我有一個靜態公共 IP,但我想使用 unix 命令找到它)

curl ifconfig.me

curl ifconfig.me/ip (僅用於 ip)

curl ifconfig.me/all (更多資訊,需要時間)

有關更多命令,請訪問:http: //ifconfig.me/#cli_wrap

你可以要求myip.opendns.com。來自 OpenDNS。 dig @208.67.222.220 myip.opendns.com

引用自:https://serverfault.com/questions/89114