ipconfig: add local dns cache example (#10483)

pull/23/head
Aleksandr Kostikov 2023-07-12 06:08:58 -07:00 committed by GitHub
parent 674c60702f
commit 1ed0848f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@
`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`