[Twisted-Python] twisted.names.client.Resolver user neither 'search' nor 'domain' from resolv.conf?
Hi, I just briefly tested twisted.names.client.Resolver with a resolv.conf configuration file. I noticed that it doesn't utilize the configured 'domain' or 'search' directives. Is there any plan to implement this in the near future or is there a deliberate reason why these aren't used? Bjorn A.
On Wed, 30 May 2007 14:26:55 +0300, Bjorn Andersson <bjorn@iki.fi> wrote:
Hi,
I just briefly tested twisted.names.client.Resolver with a resolv.conf configuration file. I noticed that it doesn't utilize the configured 'domain' or 'search' directives. Is there any plan to implement this in the near future or is there a deliberate reason why these aren't used?
I hadn't planned on implementing them, but only because I don't have any need for these features myself. If you'd like to add support for them, please feel free; I'd be happy to apply a patch. (If you do, take a look at <http://twistedmatrix.com/trac/wiki/ReviewProcess> first.) Jean-Paul
participants (2)
-
Bjorn Andersson -
Jean-Paul Calderone