Go to file
Zetok Zalbavar 2c9fa2f738
Fix and update i2pd.service
- /var/run on distros with systemd is a symlink to /run , hence the
path changes.

- Remove unnecessary runtime dependency on `/bin/kill` which is
provided by `procps` and might not be available on minimal installs
(e.g. containers). Instead use `/bin/sh` which has a built-in `kill`.

- `PrivateDevices=yes` causes i2pd to fail to start on latest Debian
unstable. Service exits with the following:

```
i2pd.service: Failed to execute command: Operation not permitted
i2pd.service: Failed at step EXEC spawning /usr/sbin/i2pd: Operation not permitted
i2pd.service: Control process exited, code=exited, status=203/EXEC
i2pd.service: Failed with result 'exit-code'.
Failed to start I2P Router written in C++.
```

According to `man systemd.exec` exit code 203 corresponds to the
`execve(2)` system call failing. So it looks like i2pd tries to do
something it shouldn't be doing. The proper fix would be in i2pd, but
who knows how long that would actually take, so to allow people to
actually launch i2pd in meanwhile the line has been removed from the
service file.

Also, surprisingly, right after installing i2pd it started without any
problems, and only after restarting the box i2pd started to fail for no
apparent reason.
2019-07-24 11:48:18 +01:00
android 2.27.0 2019-07-03 12:38:55 -04:00
android_binary_only add script for packaging archive with android binaries 2019-03-22 23:37:20 +00:00
build link libi2pd to boost and zlib 2019-06-01 12:57:09 +01:00
contrib Fix and update i2pd.service 2019-07-24 11:48:18 +01:00
daemon [webconsole] move b33 to spoiler, fix typo 2019-05-15 14:15:10 +03:00
debian 2.27.0 2019-07-03 12:38:55 -04:00
docs fix typo 2018-07-10 17:39:21 +08:00
libi2pd pass encrepted LeaseSet auth keys 2019-07-16 16:31:17 -04:00
libi2pd_client read i2cp.leaseSetAuthType, i2cp.leaseSetClient.dh.nnn and i2cp.leaseSetClient.psk.nnn from tunnel config 2019-07-12 20:58:17 -04:00
qt 2.27.0 2019-07-03 12:38:55 -04:00
tests key blinding test 2019-05-31 11:57:16 -04:00
Win32 2.27.0 2019-07-03 12:38:55 -04:00
.dir-locals.el remove tab width setting in dir-locals 2016-11-10 08:25:16 -05:00
.gitignore update gitignore 2018-07-20 23:04:29 +03:00
.travis.yml temporary disable osx build due to of big waiting time of VM 2017-12-06 02:16:01 +03:00
appveyor.yml 2.27.0 2019-07-03 12:38:55 -04:00
ChangeLog 2.27.0 2019-07-03 12:38:55 -04:00
filelist.mk restructure build to separate the 3 main components into 3 subdirectories 2017-04-21 06:33:45 -04:00
LICENSE Update LICENSE 2015-01-23 14:02:37 -05:00
Makefile update mingw makefile 2018-12-14 09:29:41 +03:00
Makefile.bsd add DEBUG option for make 2018-06-29 02:27:19 +03:00
Makefile.homebrew fix make target dependecy 2018-09-04 10:51:44 +03:00
Makefile.linux add gcc 9 support 2019-03-30 13:05:32 +03:00
Makefile.mingw revert mingw makefile 2018-12-14 21:44:38 +03:00
Makefile.osx osx makefile changes 2018-09-04 10:39:46 +03:00
README.md Update README.md 2019-03-23 03:25:10 +03:00

GitHub release GitHub

i2pd

Русская версия

i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.

I2P (Invisible Internet Protocol) is a universal anonymous network layer.
All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.

I2P client is a software used for building and using anonymous I2P networks. Such networks are commonly used for anonymous peer-to-peer applications (filesharing, cryptocurrencies) and anonymous client-server applications (websites, instant messengers, chat-servers).

I2P allows people from all around the world to communicate and share information without restrictions.

Features

  • Distributed anonymous networking framework
  • End-to-end encrypted communications
  • Small footprint, simple dependencies, fast performance
  • Rich set of APIs for developers of secure applications

Resources

Installing

The easiest way to install i2pd is by using precompiled packages and binaries. You can fetch most of them on release page.
Please see documentation for more info.

Building

See documentation for how to build i2pd from source on your OS.

Build instructions:

Supported systems:

  • GNU/Linux - Build Status
  • Windows - Build status
  • Mac OS X - Build Status
  • CentOS / Fedora / Mageia - Build Status
  • Docker image - Build Status
  • FreeBSD
  • Android
  • iOS

Using i2pd

See documentation and example config file.

Donations

BTC: 3MDoGJW9TLMTCDGrR9bLgWXfm6sjmgy86f
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
ETH: 0x9e5bac70d20d1079ceaa111127f4fb3bccce379d
DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF
ZEC: t1cTckLuXsr1dwVrK4NDzfhehss4NvMadAJ
GST: GbD2JSQHBHCKLa9WTHmigJRpyFgmBj4woG

License

This project is licensed under the BSD 3-clause license, which can be found in the file LICENSE in the root of the project source code.