Do you suspect a DNS zone got cached, and you urgently need to reach it using a new, changed IP?
First of all, out of the box FreeBSD doesn't cache DNS zones. That's just how it is.
Second, if you do know that the NSCD daemon is running - here's the command to reset the DNS cache:
$ sudo nscd -i hosts
And the following command will reset all NSCD caches:
$ sudo nscd -i all
Comments