Adding the Resolver Cache of the Login DNS Server Using the Host File

I would like to know if it is possible to add entries to the Windows DNS client cache storage without adding an entry to the host file?

My goal is to just preload certain sites, but WITHOUT change the host file. Is it possible to physically find the Resolver DNS cache server?

+3


source to share


1 answer


While giving back this thread I found it working using the fiddler kernel. Listen for the "BeforeRequest" request event and from there change the session variable flag:

oSession["x-overrideHost"]

      



You can find the documentation here: http://docs.telerik.com/fiddler/KnowledgeBase/FiddlerScript/ModifyRequestOrResponse just in case.

+1


source







All Articles