Skip to content

Instantly share code, notes, and snippets.

@marcelaraujo
Created December 17, 2014 13:03
Show Gist options
  • Save marcelaraujo/09c5e0fb1187f3ac39bb to your computer and use it in GitHub Desktop.
Save marcelaraujo/09c5e0fb1187f3ac39bb to your computer and use it in GitHub Desktop.
Clear Bind9 Cache
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