Created
December 17, 2014 13:03
-
-
Save marcelaraujo/09c5e0fb1187f3ac39bb to your computer and use it in GitHub Desktop.
Clear Bind9 Cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you are running BIND as a resolver for your office - ie. not forwarding to another a resolver. | |
Flush everything in the cache: | |
rndc flush | |
Flush a specific record: | |
rndc flushname example.com | |
If you are forwarding then you are at the mercy of the forwarder's cache. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment