Re: [tor-dev] RFC: Ephemeral Hidden Services via the Control Port

2015-02-14 Thread meejah
Yawning Angel yawn...@schwanenlied.me writes: Cool! I added a quick try at using this in txtorcon, with an example; see the following branch: https://github.com/meejah/txtorcon/tree/yawning-feature-6411 (Most of that example code would actually end up in the endpoint.listen() code and be hidden

Re: [tor-dev] RFC: Ephemeral Hidden Services via the Control Port

2015-02-14 Thread Damian Johnson
Hi Yawning, nice addition! As requested moving from irc to here. One gotcha to think about is that ADD_EPH_HS is using a variable number of positional arguments. This will limit your ability to expand this command in the future with new arguments. Also, I'd suggest renaming addrPort to addrTarget

Re: [tor-dev] Fwd: Orbot v15-alpha-3 with VPN and Meek!

2015-02-14 Thread CJ
On 14/02/15 08:58, Nathan Freitas wrote: - Original message - From: Nathan of Guardian nat...@guardianproject.info To: guardian-...@lists.mayfirst.org Subject: Orbot v15-alpha-3 with VPN and Meek! Date: Sat, 14 Feb 2015 02:57:34 -0500 More progress on Orbot VPN support, and

Re: [tor-dev] Fwd: Orbot v15-alpha-3 with VPN and Meek!

2015-02-14 Thread Nathan Freitas
On Sat, Feb 14, 2015, at 03:04 AM, CJ wrote: On 14/02/15 08:58, Nathan Freitas wrote: - Original message - From: Nathan of Guardian nat...@guardianproject.info To: guardian-...@lists.mayfirst.org Subject: Orbot v15-alpha-3 with VPN and Meek! Date: Sat, 14 Feb 2015

Re: [tor-dev] Fwd: Orbot v15-alpha-3 with VPN and Meek!

2015-02-14 Thread Roger Dingledine
On Sat, Feb 14, 2015 at 12:08:10AM -0800, David Fifield wrote: An upstream HTTP proxy should work, either through torrc HTTPProxy or the --proxy option. Careful! The torrc HTTPProxy line is only for non-tunneled directory fetches. It's the HTTPSProxy line that most people want -- that causes

Re: [tor-dev] Fwd: Orbot v15-alpha-3 with VPN and Meek!

2015-02-14 Thread David Fifield
On Sat, Feb 14, 2015 at 03:22:38AM -0500, Roger Dingledine wrote: On Sat, Feb 14, 2015 at 12:08:10AM -0800, David Fifield wrote: An upstream HTTP proxy should work, either through torrc HTTPProxy or the --proxy option. Careful! The torrc HTTPProxy line is only for non-tunneled directory

Re: [tor-dev] RFC: Ephemeral Hidden Services via the Control Port

2015-02-14 Thread Fabio Pietrosanti (naif) - lists
On 2/14/15 1:45 AM, Yawning Angel wrote: Hi, The Warning: DO NOT USE MY BRANCH YET, IT HAS HAD MINIMAL TESTING AND REVIEW. IT IS NOT DONE. IT WILL BROADCAST YOUR SECRETS TO THE NSA'S ORBITAL SPACE STATION. Trac Ticket:

Re: [tor-dev] RFC: Ephemeral Hidden Services via the Control Port

2015-02-14 Thread Yawning Angel
On Sat, 14 Feb 2015 13:46:04 -0800 Damian Johnson ata...@torproject.org wrote: One gotcha to think about is that ADD_EPH_HS is using a variable number of positional arguments. This will limit your ability to expand this command in the future with new arguments. Also, I'd suggest renaming