Unbound Clear Cache

Unbound, like any recursive resolver, caches answers for as long as their TTL. Sometimes you need to drop a cached answer, for example after you fix a record.

Flush the whole cache:

unbound-control flush_zone .

Flush a single name:

unbound-control flush example.com
Tags: