From 21a9eb66d6c48940ab2465aa93c6a56faca0783b Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:35:57 +0000 Subject: [PATCH] i2p: fix command --- docs/macros/includes/i2pd_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/macros/includes/i2pd_template b/docs/macros/includes/i2pd_template index 9aab499..97189c7 100644 --- a/docs/macros/includes/i2pd_template +++ b/docs/macros/includes/i2pd_template @@ -49,7 +49,7 @@ === "Terminal" ``` Bash - curl -s http://127.0.0.1:7070/?page=i2p_tunnels | grep -Eo "[a-zA-Z0-9./?=_%:-]*" | grep "18085"` + curl -s http://127.0.0.1:7070/?page=i2p_tunnels | grep -Eo "[a-zA-Z0-9./?=_%:-]*" | grep "18089" ``` === "Web console" Go to the web console at 127.0.0.1:7070 -> [I2P tunnels page](http://127.0.0.1:7070/?page=i2p_tunnels).