Go to file
Heitor Gouvêa 3d3285f492
Update LICENSE.md
2022-04-24 20:44:18 -03:00
.configs add torrc for Void Linux 2020-06-07 13:43:58 +02:00
.github Create FUNDING.yml 2022-03-28 22:01:53 -03:00
lib/Nipe optimizing the code by removing the varius ifs/else's and setting the value on the last moment based on a hash 2021-05-18 23:29:36 -03:00
.gitignore fix a few bugs and update readme.md 2020-01-02 08:37:26 -03:00
LICENSE.md Update LICENSE.md 2022-04-24 20:44:18 -03:00
README.md Update README.md 2022-03-28 22:22:43 -03:00
SECURITY.md update README.md and SECURITY.md 2019-11-27 12:41:20 -03:00
nipe.pl moving the root check to another part that makes more sense 2020-06-27 12:27:08 -03:00

README.md

An engine to make Tor Network your default gateway.


Summary

The Tor project allows users to surf the Internet, chat and send instant messages anonymously through its own mechanism. It is used by a wide variety of people, companies and organizations, both for lawful activities and for other illicit purposes. Tor has been largely used by intelligence agencies, hacking groups, criminal activities and even ordinary users who care about their privacy in the digital world.

Nipe is an engine, developed in Perl, that aims on making the Tor network your default network gateway. Nipe can route the traffic from your machine to the Internet through Tor network, so you can surf the Internet having a more formidable stance on privacy and anonymity in cyberspace.

Currently, only IPv4 is supported by Nipe, but we are working on a solution that adds IPv6 support. Also, only traffic other than DNS requests destined for local and/or loopback addresses is not trafficked through Tor. All non-local UDP/ICMP traffic is also blocked by the Tor project.


Download and install

  # Download
  $ git clone https://github.com/htrgouvea/nipe && cd nipe
    
  # Install libs and dependencies
  $ sudo cpan install Try::Tiny Config::Simple JSON

  # Nipe must be run as root
  $ perl nipe.pl install

Commands:

  COMMAND          FUNCTION
  install          Install dependencies
  start            Start routing
  stop             Stop routing
  restart          Restart the Nipe circuit
  status           See status

  Examples:

  perl nipe.pl install
  perl nipe.pl start
  perl nipe.pl stop
  perl nipe.pl restart
  perl nipe.pl status

Demo

Image


Contribution


License