I2P -> .NET

This commit is contained in:
Михаил Подивилов 2019-05-11 18:25:50 +03:00
parent f176f1909b
commit fdb0ce6703
272 changed files with 5702 additions and 8931 deletions

12
debian/i2pd.default vendored
View file

@ -1,11 +1,11 @@
# Defaults for i2pd initscript
# sourced by /etc/init.d/i2pd
# installed at /etc/default/i2pd by the maintainer scripts
I2PD_ENABLED="yes"
# Defaults for dotnet initscript
# sourced by /etc/init.d/dotnet
# installed at /etc/default/dotnet by the maintainer scripts
DOTNET_ENABLED="yes"
# Additional options that are passed to the Daemon.
# see possible switches in /usr/share/doc/i2pd/configuration.md.gz
# see possible switches in /usr/share/doc/dotnet/configuration.md.gz
DAEMON_OPTS=""
# If you have problems with hunging i2pd, you can try enable this
# If you have problems with hunging dotnet, you can try enable this
ulimit -n 4096