diff --git a/pages.zh/osx/ipconfig.md b/pages.zh/osx/ipconfig.md new file mode 100644 index 000000000..9f0e02617 --- /dev/null +++ b/pages.zh/osx/ipconfig.md @@ -0,0 +1,12 @@ +# ipconfig + +> 查看和编辑网卡信息. +> 更多信息:. + +- 列出所有的网卡: + +`ipconfig getiflist` + +- 获取特定网卡的地址信息: + +`ipconfig getifaddr {{接口名称}}` diff --git a/pages/osx/ipconfig.md b/pages/osx/ipconfig.md new file mode 100644 index 000000000..246932413 --- /dev/null +++ b/pages/osx/ipconfig.md @@ -0,0 +1,12 @@ +# ipconfig + +> View and control IP configuration state. +> More information: . + +- List all network interfaces: + +`ipconfig getiflist` + +- Show the IP address of an interface: + +`ipconfig getifaddr {{interface_name}}`