[guardian-dev] Fwd: Re: Orbot VPN service

Nathan of Guardian nathan at guardianproject.info
Mon Oct 27 09:31:24 EDT 2014



On Sun, Oct 26, 2014, at 11:41 PM, Delyan Kratunov wrote:
> Which means I'll have to hold state in my little DNS layer, which means 
> separate threads so I don't stop the flow of the VPN traffic, which means 
> significant amounts of complexity. It'll take me a bit of time to come up
> with 
> all of this crap, errr... code.

Would doing this in Java, help at all, considering we already have
persistent state in the OrbotVPNService?

The thought would be to intercept the datagram packet flow coming in at
the Java layer, inspect each packet, and then write out to a new
FileDescriptor that we send to tun2socks.


More information about the Guardian-dev mailing list