termux-packages/packages/i2pd/contrib-i2pd.conf.patch

44 lines
1.6 KiB
Diff
Raw Normal View History

2020-05-07 22:09:37 +00:00
diff -uNr i2pd-2.31.0/contrib/i2pd.conf i2pd-2.31.0.mod/contrib/i2pd.conf
--- i2pd-2.31.0/contrib/i2pd.conf 2020-04-10 20:33:54.000000000 +0300
+++ i2pd-2.31.0.mod/contrib/i2pd.conf 2020-05-08 01:04:37.465748132 +0300
@@ -7,16 +7,16 @@
## by removing the "#" symbol.
## Tunnels config file
-## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
-# tunconf = /var/lib/i2pd/tunnels.conf
+## Default: ~/.i2pd/tunnels.conf or @TERMUX_PREFIX@/etc/i2pd/tunnels.conf
+tunconf = @TERMUX_PREFIX@/etc/i2pd/tunnels.conf
## Tunnels config files path
## Use that path to store separated tunnels in different config files.
-## Default: ~/.i2pd/tunnels.d or /var/lib/i2pd/tunnels.d
-# tunnelsdir = /var/lib/i2pd/tunnels.conf.d
+## Default: ~/.i2pd/tunnels.d or @TERMUX_PREFIX@/etc/i2pd/tunnels.d
+# tunnelsdir = @TERMUX_PREFIX@/etc/i2pd/tunnels.conf.d
## Where to write pidfile (don't write by default)
-# pidfile = /var/run/i2pd.pid
+# pidfile = @TERMUX_PREFIX@/var/run/i2pd.pid
## Logging configuration section
## By default logs go to stdout with level 'info' and higher
@@ -27,7 +27,7 @@
## * syslog - use syslog, see man 3 syslog
# log = file
## Path to logfile (default - autodetect)
-# logfile = /var/log/i2pd.log
+# logfile = @TERMUX_PREFIX@/var/log/i2pd.log
## Log messages above this level (debug, *info, warn, error, none)
## If you set it to none, logging will be disabled
# loglevel = info
@@ -69,7 +69,7 @@
# ssu = true
## Should we assume we are behind NAT? (false only in MeshNet)
-# nat = true
+nat = true
## Bandwidth configuration
## L limit bandwidth to 32KBs/sec, O - to 256KBs/sec, P - to 2048KBs/sec,