From 2c32112872e2520fb2806d5743e68ad62a47bcfa Mon Sep 17 00:00:00 2001 From: Starccy <452276725@qq.com> Date: Mon, 11 Mar 2019 11:02:22 +0800 Subject: [PATCH] ipconfig: add Chinese translation --- pages.zh/windows/ipconfig.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages.zh/windows/ipconfig.md diff --git a/pages.zh/windows/ipconfig.md b/pages.zh/windows/ipconfig.md new file mode 100644 index 000000000..9a39071b5 --- /dev/null +++ b/pages.zh/windows/ipconfig.md @@ -0,0 +1,23 @@ +# ipconfig + +> 显示和管理Windows的网络配置. + +- 显示网络适配器列表: + +`ipconfig` + +- 显示网络适配器的详细列表: + +`ipconfig /all` + +- 为一个网络适配器重新获取IP地址: + +`ipconfig /renew {{adapter}}` + +- 为一个网络适配器释放IP地址: + +`ipconfig /release {{adapter}}` + +- 清除所有DNS缓存: + +`ipconfig /flushdns`