reqrypt icon indicating copy to clipboard operation
reqrypt copied to clipboard

using reqrypt on routers

Open matsic opened this issue 7 years ago • 3 comments

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

matsic avatar Apr 02 '18 08:04 matsic

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.

basil00 avatar Apr 02 '18 09:04 basil00

Should be changed iptables command for this case?

matsic avatar Apr 02 '18 14:04 matsic

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.

basil00 avatar Apr 03 '18 11:04 basil00