<div dir="ltr">So thanks to your insight Moritz, I was able to configure Tor so that it works over the Open Garden mesh!  <div><br></div><div style>All I had to do was change proxy settings: socks 5 proxy on 127.0.0.1 port 1080</div>
<div style><br></div><div style>Regarding open sourcing: there are no plans to open source on our roadmap for now... but there's a chance we'll be opening up parts of the protocol down the line. Stay tuned.</div><div style>
<div><br></div><div>Thanks again for your help!  I'll be writing about using Tor over OG on our blog at some point this week or next: <a href="http://opengarden.net">http://opengarden.net</a></div></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Jun 13, 2013 at 12:23 AM, Moritz Bartl <span dir="ltr"><<a href="mailto:moritz@torservers.net" target="_blank">moritz@torservers.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Paige,<br>
<br>
I've been aware of OpenGarden for some time. Sounds nice, but without<br>
more technical information it is hard to comment on it. Also, you're not<br>
planning to release it as open source, right?<br>
<div class="im"><br>
On 12.06.2013 23:23, Paige Peterson wrote:<br>
> he said that Tor would need to<br>
> support an upstream proxy - which he can't find any documentation on.<br>
<br>
</div>I'm not sure what you mean, but maybe the following directives are what<br>
you are looking for?<br>
<br>
 HTTPProxy host[:port]<br>
<br>
    Tor will make all its directory requests through this host:port (or<br>
host:80 if port is not specified), rather than connecting directly to<br>
any directory servers.<br>
<br>
 HTTPSProxy host[:port]<br>
<br>
    Tor will make all its OR (SSL) connections through this host:port<br>
(or host:443 if port is not specified), via HTTP CONNECT rather than<br>
connecting directly to servers. You may want to set FascistFirewall to<br>
restrict the set of ports you might try to connect to, if your HTTPS<br>
proxy only allows connecting to certain ports.<br>
<br>
 Socks4Proxy host[:port]<br>
<br>
    Tor will make all OR connections through the SOCKS 4 proxy at<br>
host:port (or host:1080 if port is not specified).<br>
<br>
 Socks5Proxy host[:port]<br>
<br>
    Tor will make all OR connections through the SOCKS 5 proxy at<br>
host:port (or host:1080 if port is not specified).<br>
<br>
( from <a href="https://www.torproject.org/docs/tor-manual.html.en" target="_blank">https://www.torproject.org/docs/tor-manual.html.en</a> )<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Moritz Bartl<br>
<a href="https://www.torservers.net/" target="_blank">https://www.torservers.net/</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>
</font></span></blockquote></div><br></div>