aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/i2p/files/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/i2p/files/wrapper.sh')
-rw-r--r--net-p2p/i2p/files/wrapper.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/i2p/files/wrapper.sh b/net-p2p/i2p/files/wrapper.sh
index a76bf27c93f4..e765ab2c0a56 100644
--- a/net-p2p/i2p/files/wrapper.sh
+++ b/net-p2p/i2p/files/wrapper.sh
@@ -26,7 +26,8 @@ case "$1" in
case "$1" in
restart|start)
echo 'To access i2p:'
- echo 'Point your browser at http://localhost:7657/'
+ echo 'Point your browser at http://localhost:7657/ to access configuration'
+ echo 'Point your browser proxy at http://localhost:4444/ to access i2p network'
;;
esac
exec sh "${I2P_HOME}/${I2P_RC_SCRIPT}" ${1}