[tor-talk] Duplicating Tor's DNS requests

grarpamp grarpamp at gmail.com
Sun Mar 27 18:42:42 UTC 2016


On 3/27/16, parazyd <parazyd at dyne.org> wrote:
> On Sat, 26 Mar 2016, grarpamp wrote:
>> # Combine setevents circ and stream
>> https://trac.torproject.org/projects/tor/ticket/11179
>
> Pretty interesting. I'll see what I can do.
> Anyway, I would let both clear and Tor traffic out, I just wish to log
> Tor's hostname/DNS requests and it seems a tad difficult so far.

This may do it...
Log debug file foo.txt
LogMessageDomains 1

Or you could maybe printf socks5 in or/buffers.c.

Both of those are quite heavy so wouldn't help anyone else
see what they're passing through tor in the simplified way
that the new setevents function would.

Also seems like the code may reject as invalid any IDNs (cctld, fqdn)
users may be pushing into socks5, which would be a bug for those users.


More information about the tor-talk mailing list