PeterDaveHello/tor-socks-proxy

Does it support DNS queries(.onion, .exit)?

just-a-b opened this issue · 7 comments

Hi,

Thank you in advance for providing this image.
I see that only 9150/tcp port is exposed in the dockerfile, so what about udp?

Best

@just-a-b Tor does not use UDP at all, thanks.

@just-a-b maybe I misunderstand your issue

@BokilaLin sent a PR #17 to enable DNS Port, maybe that's something you want?

If you need to resolve those .onion .exit domains, AutomapHostsOnResolve will also need to be added, but I'm not sure this is something really needed. Let me know what do you think, thanks.

b1oki commented

@PeterDaveHello .onion domains, like DuckDuckGo, works currently (connected to this docker service as SOCKS5 proxy).

@b1oki if you directly use it as socks proxy, yes, there shouldn't be a problem.

b1oki commented

@just-a-b You want alternative for DNS over HTTPS and DNS over TLS? Cloudflare wrote about something like that: https://developers.cloudflare.com/1.1.1.1/fun-stuff/dns-over-tor/

@b1oki I think it's not quite the same, especially if you want to resolve .onion or .exit, though I'm still not sure the scenario to resolve those domains outside tor network here, in the case tor is running inside a docker container.

Close due to no response.