Re: [tor-dev] Dealing with DNS requests by Tor unaware programs

2018-06-25 Thread Rusty Bird
teor: > So we recommend SOCKSPort or HTTPTunnelPort instead, because > they support sending DNS names to exits as part of the connection > request. Looks like this can also be achieved for TransPort by configuring: AutomapHostsOnResolve 1 AutomapHostsSuffixes . Then tor will tor (instant

Re: [tor-dev] Dealing with DNS requests by Tor unaware programs

2018-06-24 Thread teor
> On 25 Jun 2018, at 02:41, procmem wrote: > > Hello. We are trying to safely deal with programs that don't support Tor > DNS stream isolation so they don't pollute TransPort. We don't recommend TransPort for this reason. (See below.) > I've read the manual but it's not clear if you enable >

[tor-dev] Dealing with DNS requests by Tor unaware programs

2018-06-24 Thread procmem
Hello. We are trying to safely deal with programs that don't support Tor DNS stream isolation so they don't pollute TransPort. I've read the manual but it's not clear if you enable IsolateClientProtocol by default. Is that the case? Also if the former is enabled, do you have IsolateDest enabled f