Skip to content

Commit

Permalink
Merge pull request #101 from nahuhh/fix_i2p
Browse files Browse the repository at this point in the history
i2p: fix command
  • Loading branch information
nahuhh authored Dec 2, 2024
2 parents 6b80177 + 21a9eb6 commit 9e0a23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/macros/includes/i2pd_template
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 9e0a23d

Please sign in to comment.