firefox uses the OS resolver - so if you wanted to use the existing DNS code you would need to change the nameserver at the OS level.
I'm guessing you want per name granularity though instead of something based on time. For that about all you can do is implement your own DNS code with nsIDNSService. On Wed, Feb 19, 2014 at 9:41 AM, Mina Nagy Zaki <[email protected]> wrote: > Hello, > I'd like to create a Firefox extension that 'routes' specific DNS requests > to a different set of nameservers. Is such a thing possible? If yes, then > how would I go about this (are there already APIs I could hook into, etc)? > > Thanks! > _______________________________________________ > dev-tech-network mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-network > _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
