diff --git a/pages/windows/ipconfig.md b/pages/windows/ipconfig.md index 8fec1cb278..133ac863e3 100644 --- a/pages/windows/ipconfig.md +++ b/pages/windows/ipconfig.md @@ -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`