mirror of https://github.com/CrimsonTome/tldr.git
ipconfig: add local dns cache example (#10483)
parent
674c60702f
commit
1ed0848f07
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
`ipconfig /release {{adapter}}`
|
`ipconfig /release {{adapter}}`
|
||||||
|
|
||||||
- Remove all data from the DNS cache:
|
- Show the local DNS cache:
|
||||||
|
|
||||||
|
`ipconfig /displaydns`
|
||||||
|
|
||||||
|
- Remove all data from the local DNS cache:
|
||||||
|
|
||||||
`ipconfig /flushdns`
|
`ipconfig /flushdns`
|
||||||
|
|
Loading…
Reference in New Issue