mirror of https://github.com/CrimsonTome/tldr.git
ipconfig: add page
parent
0a5a62eda8
commit
d1282ffdec
|
@ -0,0 +1,23 @@
|
|||
# ipconfig
|
||||
|
||||
> Display and manage the network configuration of Windows.
|
||||
|
||||
- Show a list of network adapters:
|
||||
|
||||
`ipconfig`
|
||||
|
||||
- Show a detailed list of network adapters:
|
||||
|
||||
`ipconfig /all`
|
||||
|
||||
- Renew the IP addresses for a network adapter:
|
||||
|
||||
`ipconfig /renew {{adapter}}`
|
||||
|
||||
- Free up the IP addresses for a network adapter:
|
||||
|
||||
`ipconfig /release {{adapter}}`
|
||||
|
||||
- Remove all data from the DNS cache:
|
||||
|
||||
`ipconfig /flushdns`
|
Loading…
Reference in New Issue