
Originally Posted by
sparek-3
Is there a way to reload the cache using this method?
If you look up a DNS record on the server using localhost, for example:
dig example.com SOA @localhost
Then update the DNS zone and issue the command:
rndc reload example.com IN internal
Then if you dig the domain again:
dig example.com SOA @localhost
You still get the old information. You have to wait for the cache (I'm assuming) to expire.
Not a huge issue, but just something that used to work when views weren't being used.