In this article
Changes that you make to your policy in the dashboard are reflected across our server fleet instantaneously. There are no delays for DNSFilter enforcing your changes.
However, DNS record information is usually cached (stored on your local browser, computer, or network forwarder) for a specific amount of time; anywhere from 5 minutes to 8 hours is normal.
Policy changes
Allowing domains
When adding domains to a policy’s Allow list, or deselecting categories from being blocked, you can expect to see the changes reflected in your network/computers within 30 seconds. DNSFilter block pages have a 30-second cache time (TTL), so there should normally be no need to clear the cache on your computer or browser. This is not guaranteed, as Chrome and some networking devices force a minimum cache time (TTL) of 60 seconds or more.
Blocking domains and changing Policies
When adding domains to a policy’s Block list, selecting additional categories to be blocked, or assigning a different policy to a network. Domains may have been visited recently on computers on your network, and therefor the cache time (TTL) as set by the domain’s DNS administrators, could take minutes or hours to expire.
How to clear your cache
If you are encountering issues with content filtering, such as blocking not working according to your policy, we ask that you first clear both your system cache and browser cache. Instructions to do this are below:
Browser Cache
Google Chrome (Windows and Mac):
- In a new tab, type the following into the address bar and hit enter:
chrome://net-internals/#dns
- Click the button labeled “clear host cache”
Firefox:
- Type
about:config
in Firefox’s address bar and acknowledge the warning that appears - Find an entry called network.dnsCacheExpiration and set its value to
0
(If there’s no such entry, create a new integer item with the name above and a value of0
) - Now go back and change the value to
3600
Safari (Windows and Mac):
Resetting the DNS Cache on Windows automatically flushes the DNS cache on Safari. Nothing to do here!
Operating System Cache
Windows 7 and Later:
- Press
⊞ Win
+X
- Right-click Command Prompt and select Run as Administrator.
- Run the following command and hit enter:
ipconfig /flushdns
Mac OSX 10.9 and Later:
- Launch the Terminal application
- Run the following command and hit enter:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Mac OSX 10.8 and Earlier:
- Launch Terminal (under Applications/Utilities)
- Run the following command and hit enter:
sudo killall -HUP mDNSResponder
Linux (Ubuntu)
- Open a terminal window.
- Run the following command and hit enter:
sudo service network-manager restart
Comments
0 comments
Please sign in to leave a comment.