On Oct 31, 2007, at 9:20 PM, S.Theyagarajan wrote: > hi all, > i would like to know if dnspython supports dnsuri . > can i use dns:// queries to get appropriate results ?
It does not, though it should be pretty easy to write something which parses the URI and then invokes the query() method of a dns.resolver.Resolver object. > . iam particularly looking for that support or any other package > that supports dns uri ? I don't know of any packages which do. _______________________________________________ dnspython-users mailing list [email protected] http://woof.play-bow.org/mailman/listinfo/dnspython-users
