Menutra / kovri

The Kovri I2P Router Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ˈKɔːvrɪ

  1. To cover, veil, wrap (Esperanto).
  2. A secure, private, untraceable C++ implementation of the I2P anonymous network.

Build Status Coverity status Documentation

Disclaimer

  • Currently pre-alpha software; under heavy development
  • Use branch master for most stability
  • See branch development for most recent activity

Quickstart

  1. Read Build Instructions for instructions and minimum version requirements
  2. Choose a port between 9111 and 30777
  3. Open your NAT/Firewall to allow incoming TCP/UDP connections to your chosen port (UPnP optional; see Build Instructions)
  4. Clone, build, and run Kovri:
$ git clone https://github.com/monero-project/kovri
$ cd kovri/build && cmake ../ && make
$ ./kovri -p [your chosen port number]
  • For quick help options: $ ./kovri --help
  • For a detailed listing of options: $ ./kovri --help-with all

Documentation

  • Read our FAQ or join us in #kovri or #kovri-dev on Freenode or Irc2P
  • All other documentation is on our doc directory

Developers

Donations

Vulnerability Response

  • Please, submit a report via HackerOne
  • If you're having trouble using HackerOne, email us (please, use PGP):
anonimal [anonimal @ mail.i2p] or [anonimal @ i2pmail.org]
Key fingerprint = 1218 6272 CD48 E253 9E2D  D29B 66A7 6ECF 9144 09F1

Note: our future VRP will be inline with I2P's VRP

Acknowledgments

About

The Kovri I2P Router Project

License:Other


Languages

Language:C++ 90.0%Language:Objective-C 5.6%Language:CMake 2.0%Language:C 1.7%Language:q 0.4%Language:Python 0.3%Language:Shell 0.0%