After you configure your DNS settings for DNSWatch, we suggest you flush the cache on your web browser along with your DNS resolver.

 

For Windows Servers:

 

Purging the DNS Server Cache from the Command Prompt

At the command prompt, run the following command: Dnscmd /ClearCache

 

Purging the DNS Server Cache with Windows PowerShell:

 

To clear the DNS server cache using Windows PowerShell, use the following cmdlet from the dnsserver module: Clear-DnsServerCache

 

For Windows Operating Systems

 

Run Command as an Administrator and Type in: ipconfig /flushdns

 

For Apple Operating Systems


1.     Open up the command terminal.

2.     Run the command sudo killall -HUP mDNSResponder