The net/i2pd port
i2pd-2.57.0 – client for the I2P anonymous network (cvsweb github mirror)
Description
i2pd is a full featured client for the I2P network written in C++. I2P (Invisible Internet Project) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted. Participants don't reveal their real IP address to each other. Peer to peer (cryptocurrencies, file sharing) and client-to-server applications (websites, instant messengers, chat servers) are supported.WWW: https://i2pd.website
Readme
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
Resource Limits: File Descriptors
=================================
${PKGSTEM} needs to open a lot of file descriptors.
For a regular node, you should raise the system-wide maxfiles limit to
8192:
# sysctl kern.maxfiles=8192
# echo "kern.maxfiles=8192" >> /etc/sysctl.conf
If you intend to run a floodfill, you should raise this limit even more:
# sysctl kern.maxfiles=16000
# echo "kern.maxfiles=16000" >> /etc/sysctl.conf
and also edit /etc/login.conf.d/i2pd:
i2pd:\
:openfiles-cur=8192:\
:openfiles-max=8192:\
:tc=daemon:
Maintainer
The OpenBSD ports mailing-list
Only for arches
aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64