On Sat, Feb 14, 2015 at 02:58:28AM -0500, Nathan Freitas wrote: > More progress on Orbot VPN support, and now, thanks to our new PLUTO > library (https://github.com/guardianproject/pluto), support for Meek > (https://trac.torproject.org/projects/tor/wiki/doc/meek) and soon Obfs4 > as well. > > Currently you can use Meek or you can use VPN, but you can't use both > together... still working on that, as I can't get Meek to talk to the > passthrough HTTP proxy I use to allow socket connections out of the VPN > filter.
An upstream HTTP proxy should work, either through torrc HTTPProxy or the --proxy option. I just remembered that an upstream SOCKS proxy won't work if you are using naked meek-client, because when I looked there wasn't SOCKS client support in the Go standard library. This function determines what types of proxy are acceptable: https://gitweb.torproject.org/pluggable-transports/meek.git/tree/meek-client/meek-client.go?id=0.15#n321 David Fifield _______________________________________________ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev