DNSAgent icon indicating copy to clipboard operation
DNSAgent copied to clipboard

If running DNSAgent as a cache, should we disable Windows DNS Client service?

Open CMCDragonkai opened this issue 8 years ago • 4 comments

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?

CMCDragonkai avatar Dec 30 '16 06:12 CMCDragonkai

Sorry for the late reply: You can press Ctrl + R to reload all configurations and clear the cache without restarting DNSAgent

gmasucci avatar Feb 15 '17 09:02 gmasucci

@gmasucci

Thanks for answering, but I have 3 questions here:

  1. Should Windows DNS Client service be disabled?
  2. Where do you press Ctrl + R? My DNSAgent is running as a Windows service, courtesy of https://chocolatey.org/packages/dnsagent

CMCDragonkai avatar Mar 14 '17 05:03 CMCDragonkai

Since it's running as a service, I assume that Restart-Service DNSAgent should do the trick as well right?

CMCDragonkai avatar Mar 14 '17 05:03 CMCDragonkai

net stop DNSagent && net start DNSagent

twobob avatar Apr 29 '17 23:04 twobob