mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Aminda Suomalainen
76814f830f
The issue has been fixed last year and considering I2Pd can connect through Yggdrasil natively, tunneling Yggdrasil in is a bad idea and could lead into Yggdrasil over Yggdrasil loop situation.
6 lines
384 B
Plaintext
6 lines
384 B
Plaintext
# https://i2pd.readthedocs.io/en/latest/tutorials/yggdrasil-only-mode/
|
|
# and letting it through Mullvad this way
|
|
ExecStartPre=/usr/bin/sleep 30
|
|
ExecStart=
|
|
ExecStart=/usr/bin/mullvad-exclude /usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf --tunnelsdir=/etc/i2pd/tunnels.conf.d --pidfile=/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service
|