htrgouvea / nipe

An engine to make Tor network your default gateway
https://heitorgouvea.me/
Other
1.95k stars 314 forks source link

OpenWRT #112

Open EstevesDouglas opened 4 years ago

EstevesDouglas commented 4 years ago

Have you thought about running with OpenWRT?

I want to do this test (NIPE).

htrgouvea commented 4 years ago

Hi @EstevesDouglas,

I personally never ventured into OpenWRT, however, the only requirements for Nipe to run are:

Doing a quick search, I saw that OpenWRT meets all the requirements, would you be able to run the test?

Thx

EstevesDouglas commented 4 years ago

Yes, I will create an image and add resources.

I think about doing tests with 3 hardware. TP Link Router (I haven't researched his minimum requirements yet). Omega 2 (MIPS32 24Kc 580 MHz) Some Raspberry PI (2 or 3)

Thank you

EstevesDouglas commented 4 years ago

I'm having a problem installing cpan on OpenWRT

Install libs and dependencies

cpan Try :: Tiny Config :: Simple JSON

htrgouvea commented 4 years ago

Hi @EstevesDouglas,

The correct command is: cpan Try::Tiny Config::Simple JSON No spaces between ::

Thx

htrgouvea commented 4 years ago

Hi @EstevesDouglas, did that solve your problem?