Launch i2pd command via sudo, with your browser, enable proxy with 127.0.0.1 and port 4444.
Then browse for example to www.i2pd.i2p or www.inr.i2p (with this last one you can see the list of i2p hosts)
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T6642: i2pd
- Commits
- R4450:6ddf4b4e632d: The inclusion of i2pd fixes T6642
Diff Detail
Diff Detail
- Repository
- R4450 i2pd
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I need some advice:
- %make_install install i2pd in /usr/bin but the systemd service provided refers to /usr/sbin, this is why I manually install i2pd in /usr/sbin
- sudo systemctl start i2pd.service gives errors like:
Starting I2P Router written in C++... i2pd.service: Failed to determine user credentials: No such process i2pd.service: Failed at step USER spawning /usr/sbin/i2pd: No such process i2pd.service: Control process exited, code=exited status=217 i2pd.service: Failed with result 'exit-code'. Failed to start I2P Router written in C++.