<div dir="ltr"><div class="gmail_default" style="font-size:small">Matt, have you gotten any response? <br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 30, 2014 at 10:01 PM, Matt <span dir="ltr"><<a href="mailto:matt@pagan.io" target="_blank">matt@pagan.io</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you're into C++ or Qt, we could use some help. Mumble[0] is a free<br>
software VoIP application that various people have had success<br>
using with Tor. One problem using Mumble with Tor is that Mumble<br>
doesn't abide by the native proxy settings when looking up Mumble<br>
servers[1]. When using a Tor router device or Torsocks, the DNS<br>
requests are just dropped. When using the native proxy settings, the<br>
DNS requests still get sent out to the local ISP, not through the<br>
proxy.<br>
<br>
The desired outcome is that if a SOCKS5 proxy is set, DNS requests get<br>
sent through the SOCKS5 proxy. The proxy is set as g.s.ptProxyType, and<br>
gets set when main.cpp calls NetworkConfig::SetupProxy(), which in turn<br>
uses QNetworkProxy::setApplicationProxy.<br>
<br>
The window that makes these DNS requests is ConnectDialog.cpp, but<br>
you'll want to look at Cert.cpp as well.<br>
<br>
I submitted a pull request[2] that allows users to completely turn off<br>
automatic UDP and DNS traffic sent out to the big list of public Mumble<br>
Servers. This does not stop the automatic DNS traffic that gets sent to<br>
servers on the Favorite servers list though, which is where any<br>
private servers you might want to connect to would be.<br>
<br>
Getting this fixed would be great for Tor because it would make VoIP<br>
over Tor easier and safer for people on all platforms. Please help!<br>
<br>
<br>
[0]: <a href="http://mumble.info" target="_blank">http://mumble.info</a><br>
[1]: <a href="https://github.com/mumble-voip/mumble/issues/1033" target="_blank">https://github.com/mumble-voip/mumble/issues/1033</a><br>
[2]: <a href="https://github.com/mumble-voip/mumble/pull/1128" target="_blank">https://github.com/mumble-voip/mumble/pull/1128</a><br>
_______________________________________________<br>
tor-dev mailing list<br>
<a href="mailto:tor-dev@lists.torproject.org">tor-dev@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev</a><br>
</blockquote></div><br></div>