basil00 / reqrypt

A censorship circumvention tool
http://reqrypt.org
486 stars 83 forks source link

using reqrypt on routers #22

Open matsic opened 6 years ago

matsic commented 6 years ago

Currently reqrypt can be used on local computer. Can it be cross compiled for some other linux system like LEDE and work there?

basil00 commented 6 years ago

It might be possible with a bit of work. LEDE would need to have netfilter queue functionality enabled, and then you can set the iptables rules for ReQrypt manually. Then all HTTP/S traffic sent through the router could be redirected via ReQrypt.

matsic commented 6 years ago

Should be changed iptables command for this case?

basil00 commented 6 years ago

I do not know off the top of my head, other than it should be possible. I think it is best to get ReQrypt to build for LEDE before trying to figure out the iptables command.