Hello folks,
By following post How to flush DNS cache on Linux ? (https://www.milesweb.com/forums/how-to%27s/how-to-flush-dns-cache-on-linux/msg87/#msg87) you can flush dns cache in linux based machine but if it windows based then follow below steps:
Go to Start >> Run >> cmd
Command prompt will open in which you need to type command "
ipconfig /flushdns" (without quote). You will receive
Successfully flushed the DNS Resolver Cache message.
QuoteC:\Users\om>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
That's all.
Enjoy !!! :) :)