DNSAgent
DNSAgent copied to clipboard
If running DNSAgent as a cache, should we disable Windows DNS Client service?
Refer to http://support.simpledns.com/kb/a61/disabling-the-windows-dns-client-service.aspx
Also if we do use DNSAgent as a cache, is there a command to flush the cache?
Sorry for the late reply: You can press Ctrl + R to reload all configurations and clear the cache without restarting DNSAgent
@gmasucci
Thanks for answering, but I have 3 questions here:
- Should Windows DNS Client service be disabled?
- Where do you press Ctrl + R? My DNSAgent is running as a Windows service, courtesy of https://chocolatey.org/packages/dnsagent
Since it's running as a service, I assume that Restart-Service DNSAgent
should do the trick as well right?
net stop DNSagent && net start DNSagent