Files
tldr/pages.zh/osx/ipconfig.md

252 B

ipconfig

查看和控制 IP 配置状态。 更多信息:https://keith.github.io/xcode-man-pages/ipconfig.8.html

  • 列出所有网络接口:

ipconfig getiflist

  • 显示接口的 IP 地址:

ipconfig getifaddr {{interface_name}}