I would like to write a plugin, which will provide alternative name resolution in windows; e.g.: a dll which will be called when gethostbyname() is called. I'm wondering if anyone is aware if Microsoft has any documented extensibility methods that would allow custom dns resolution.

link|improve this question

plugin for what? – stillstanding Nov 30 '10 at 18:58
I really don't think you can extend or override the functionality. What you could do is create a DNS server and point your DNS to hit that. Then your server can implement the logic you want. – SB. Nov 30 '10 at 18:59
@stillstanding: I don't understand the question – galets Nov 30 '10 at 19:00
@SB: I was thinking about this; I was also entertaining a notion to automatically update the hosts file. I would prefer to use a documented way if it exists – galets Nov 30 '10 at 19:02
@galets: you mentioned "i would like to write a plugin". where do you plan to plug your code in to? any specific language/framework/application? – stillstanding Nov 30 '10 at 19:08
show 3 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.