After changing your DNS settings or updating dashboard filters, you may need to clear your DNS cache so the new settings take effect. This guide covers Windows, macOS, Linux, and streaming devices like Fire Stick, Roku, and Apple TV.
ipconfig /flushdns
You should see a confirmation message: "Successfully flushed the DNS Resolver Cache."
ipconfig /flushdns
Open Terminal (found in Applications > Utilities > Terminal) and run:
sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder
Enter your administrator password when prompted.
OS X 10.7 – 10.8 (Lion, Mountain Lion):
sudo killall -HUP mDNSResponder
OS X 10.5 – 10.6 (Leopard, Snow Leopard):
dscacheutil -flushcache
OS X 10.4 (Tiger):
lookupd -flushcache
Most distributions:
sudo /etc/init.d/nscd restart
Ubuntu:
sudo service network-manager restart
Streaming devices don't have a command-line DNS flush. The simplest way to clear their DNS cache is to restart the device. This forces the device to make fresh DNS queries when it reconnects.
Clear DNS cache in Chrome, Firefox, Safari, and more.
Answers to frequently asked questions and fixes.
Universal guide for configuring DNS on most routers.