Are you saying that the &quot;proxy_dns&quot; option in the proxychains.conf is in fact leaking DNS request?<div>from the proxychains.conf file:</div><div>&quot;</div><div><div># Proxy DNS requests - no leak for DNS data</div>
<div>proxy_dns&nbsp;</div><div>&quot;</div><div><br></div><div>I thought it would resolve against the specified SOCKS 4/5 proxy. &nbsp;Is this not happening?<br></div><div><br></div><div>- Kyle</div><div><br></div><div><br><div class="gmail_quote">
On Mon, Jan 5, 2009 at 10:57 PM, Scott Bennett <span dir="ltr">&lt;<a href="mailto:bennett@cs.niu.edu">bennett@cs.niu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
 &nbsp; &nbsp; After looking at the problem a moment, I tried replacing the last<br>
line of the proxyresolv script in the proxychains package, which reads,<br>
<br>
dig $1 @$DNS_SERVER +tcp | awk &#39;/A.+[0-9]+\.[0-9]+\.[0-9]/{print $5;}&#39;<br>
<br>
with the following line:<br>
<br>
env LD_PRELOAD=&quot;&quot; tor-resolve $1<br>
<br>
That seems to stop the leaks, but it still leaves tor complaining that<br>
it was given an IP address instead of a host+domainname in the SOCKS5<br>
connection. &nbsp;(I realize that this method also means that tor-resolve<br>
will be used exclusively for name-to-address resolutions, instead of<br>
whatever list of proxies may currently be the active list for proxychains<br>
to use, but it does what I need for now.)<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Scott Bennett, Comm. ASMELG, CFIAG<br>
**********************************************************************<br>
* Internet: &nbsp; &nbsp; &nbsp; bennett at <a href="http://cs.niu.edu" target="_blank">cs.niu.edu</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*<br>
*--------------------------------------------------------------------*<br>
* &quot;A well regulated and disciplined militia, is at all times a good &nbsp;*<br>
* objection to the introduction of that bane of all free governments *<br>
* -- a standing army.&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; *<br>
* &nbsp; &nbsp;-- Gov. John Hancock, New York Journal, 28 January 1790 &nbsp; &nbsp; &nbsp; &nbsp; *<br>
**********************************************************************<br>
</blockquote></div><br></div></div>