Re: [tor-dev] Tor + Apache Traffic Server w/ SOCKS - works now!

2015-05-05 Thread CJ Ess
s; super easy! > > also python would be an even better choice from the perspective of > language safety and their are a few socks (twisted) client and server > libraries you can use. > > On Tue, May 5, 2015 at 1:47 PM, CJ Ess wrote: > > So I've been looking for a

[tor-dev] Tor + Apache Traffic Server w/ SOCKS - works now!

2015-05-05 Thread CJ Ess
So I've been looking for a long time for something modern to sit between my browser and Tor -- something modern, capable, and efficient (i.e. doesn't fork every connection). Years ago Yahoo got some proxy software from an acquisition, a few years later they made it open source as Apache Traffic Se

Re: [tor-dev] working back to socks_request_t

2015-05-04 Thread CJ Ess
Thanks for going into so much detail, you've given me a lot to think about. The real solution is probably the one that nobody wants to take on - having an application HTTP port that could take direct input from HTTP aware stuff and utilize a richer set of information then SOCKS allows for. I've spe

Re: [tor-dev] working back to socks_request_t

2015-05-03 Thread CJ Ess
extra field members. Either way I'm speculating there might be a really simple way to do this and worth the time writing up the question. If I get it working I'd be happy to send in a patch to the this list. On Sun, May 3, 2015 at 11:06 AM, teor wrote: > > > Date: Sun, 3 M

[tor-dev] working back to socks_request_t

2015-05-02 Thread CJ Ess
So I'm doing a bit of an experiment, the idea being that if you have a group of tor users sharing common infrastructure then its a slightly different situation then one lone user, and you wantto emphasize that resources should not be shared, caching should be minimal and non-persistent, you need to

Re: [tor-dev] Experimenting with private tor setup

2015-04-22 Thread CJ Ess
AllowPrivateAddresses 1". > > > > The relevant line is here: > > > > > https://github.com/torproject/tor/blob/cc10f13408e25eaf04f849d0f761680f383fa61d/src/or/circuitbuild.c#L1401 > … > > CJ, > > I have made this change and it's waiting for review in the T

Re: [tor-dev] Experimenting with private tor setup

2015-04-21 Thread CJ Ess
/725d6157df150ec9151450dc2422d9838c20187e/src/common/address.c#L389 And thats what is keeping everything from working. I commented out that address block and now orport, dirport, and bandwidth tests are running. On Tue, Apr 21, 2015 at 9:01 AM, teor wrote: > > > Date: Tue, 21 Apr 2015 02:13:48 -0400 > &g

Re: [tor-dev] Experimenting with private tor setup

2015-04-21 Thread CJ Ess
atch whats happening. That failing I have a good test case I can submit. I'm using Tor v0.2.6.7 for all this BTW. On Tue, Apr 21, 2015 at 9:01 AM, teor wrote: > > > Date: Tue, 21 Apr 2015 02:13:48 -0400 > > From: CJ Ess > > > > I've been experimenting with a

[tor-dev] Experimenting with private tor setup

2015-04-20 Thread CJ Ess
I've been experimenting with a private tor setup - I've managed to setup a couple directory authorities, six routers/exit nodes (which seemed to be the minimum to bootstrap everything), and a client. Its a pretty normal setup (aside from everything running on my development box) and passes traffic

Re: [tor-dev] TBB for Ubuntu Touch?

2015-03-05 Thread CJ
On 03/05/2015 11:21 AM, Amogh Pradeep wrote: > Hey CJ, > Where are you right now? I'd be interested in trying this out too and > I'd love to get it working on my nexus 7 as well! I'm sitting by the > entrance and my nametag reads the same as my nick which is amoghbl

[tor-dev] TBB for Ubuntu Touch?

2015-03-04 Thread CJ
Hello, I just saw Ubuntu Touch might be installed on some devices, for example a nexus7, or nexus4, or nexus10. Is there anything to do in order to get TBB on Ubuntu Touch, knowing it's a more or less standard Linux system? Did anyone tried it? I think I'll give a try to Touch on my nexus 7 — mi

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 > 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 now, thanks to ou

Re: [tor-dev] Revisiting exit node notification page

2015-01-17 Thread CJ
On 18/01/15 01:48, Zack Weinberg wrote: > On Sat, Jan 17, 2015 at 3:18 PM, CJ wrote: >> Heya! >> >> While I re-built my server and my exit node, I took some time in order >> to get a fancier notification page for the exit node: >> https://tor.tengu.ch/ > &g

[tor-dev] Revisiting exit node notification page

2015-01-17 Thread CJ
Heya! While I re-built my server and my exit node, I took some time in order to get a fancier notification page for the exit node: https://tor.tengu.ch/ It might be good/interesting to provide something a bit better than the default HTML in the package (at least debian package). The current page

[tor-dev] Transparent Proxy: how does it work?

2014-09-16 Thread CJ
Hello dear torrorists :) I'm wanting to do some weird things with iptables in order to force some connections through Tor's TransProxy, but before that I have an interrogation on its internals: How does it detect if we're wanting to use, let's say, SMTP over Tor? Is there any kind of sniffer that

Re: [tor-dev] Tor API doc?

2014-08-11 Thread CJ
gt;On Mon, Aug 11, 2014 at 6:07 AM, CJ wrote: >> >> >> On 08/11/2014 11:21 AM, Nusenu wrote: >>>> I've searched, but didn't find anything regarding how we can >>>> interact with Tor API (through the Administration Port). >>> >>>&g

Re: [tor-dev] Tor API doc?

2014-08-11 Thread CJ
On 08/11/2014 11:21 AM, Nusenu wrote: >> I've searched, but didn't find anything regarding how we can >> interact with Tor API (through the Administration Port). > >> Would be nice if you could provide some link :). > > If you are talking about tor's ControlPort: > > https://gitweb.torproject.

[tor-dev] Tor API doc?

2014-08-11 Thread CJ
Hello, I've searched, but didn't find anything regarding how we can interact with Tor API (through the Administration Port). Would be nice if you could provide some link :). Thanks in advance. Cheers, C. ___ tor-dev mailing list tor-dev@lists.torproj

Re: [tor-dev] [android dev] probably a stupid noob question… but

2014-07-31 Thread CJ
On 07/31/2014 05:54 PM, Lunar wrote: > CJ: >> … how may I add netcipher lib to an Android Studio project? >> I've searched on the Net, but nothing seems to match my needs :( >> >> sorry for this stupid question, but I'm a bit stuck (yes, first android >&g

[tor-dev] [android dev] probably a stupid noob question… but

2014-07-31 Thread CJ
… how may I add netcipher lib to an Android Studio project? I've searched on the Net, but nothing seems to match my needs :( sorry for this stupid question, but I'm a bit stuck (yes, first android app, blah)… Cheers, C. ___ tor-dev mailing list tor-dev

Re: [tor-dev] orbot: get its ports from another app

2014-07-29 Thread CJ
On 29/07/14 21:19, Nathan Freitas wrote: > > On 07/29/2014 03:03 PM, CJ wrote: >> I'm currently developping orwall, a UI over iptables allowing to block >> all IP traffic and forcing selected apps through Orbot (while blocking >> the others), among other things. >

[tor-dev] orbot: get its ports from another app

2014-07-29 Thread CJ
Hello, I'm currently developping orwall, a UI over iptables allowing to block all IP traffic and forcing selected apps through Orbot (while blocking the others), among other things. I'm wondering if there's a way to ask Orbot, if installed, its SOCKS and TransPort configuration. I think NetCipher