From 45929f70c2b428bcfaf7ec04edd8edd9f2ba4396 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 27 Feb 2024 22:34:12 +0300 Subject: [PATCH] move comment Signed-off-by: R4SAS --- docs/tutorials/filesharing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/filesharing.md b/docs/tutorials/filesharing.md index 95d004b..3950da3 100644 --- a/docs/tutorials/filesharing.md +++ b/docs/tutorials/filesharing.md @@ -5,8 +5,6 @@ Anonymous filesharing - [qBittorrent](http://qbittorrent.org/) (qBittorrent experimental I2P support). qBittorrent uses SAM protocol and can be used in mixed mode or I2P-only mode. Currently setting qBittorrent up for I2P support is not user-friendly and there is no official documentation, so you have to combine [this](http://www.i2pforum.net/viewtopic.php?t=1224) and [this](https://strict3443.codeberg.page/i2p-info/hugo/public/posts/how-to-use-i2p-on-qbittorrent-nox/) guide. Remember it is experimental, so you need qBittorrent version v4.6.0 or higher, bugs can happen. *Use carefully and pay attention to the settings. The software works both in I2P and via clearnet. Unwanted leaks of your addresses are likely.* -*Warning: SAM API can currently crash i2pd* - - [I2PSnark standalone](https://gitlab.com/i2pplus/I2P.Plus/-/jobs/artifacts/master/raw/i2psnark-standalone.zip?job=Java8) (standalone build provided by [I2P+ project](https://i2pplus.github.io/)). I2PSnark uses I2CP protocol, i2pd must be run with parameter `--i2cp.enabled=true` or with a similar setting in the configuration file. - [Vuze](https://en.wikipedia.org/wiki/Vuze) and [BiglyBT](https://www.biglybt.com) (Vuze fork). Vuse and BiglyBT uses I2CP protocol, i2pd must be run with parameter `--i2cp.enabled=true` or with a similar setting in the configuration file. *Use carefully and pay attention to the settings. The software works both in I2P and via clearnet. Unwanted leaks of your addresses are likely.* @@ -16,3 +14,5 @@ Anonymous filesharing - [Robert](http://en.wikipedia.org/wiki/Robert_%28P2P_Software%29). Robert uses BOB protocol, i2pd must be run with parameter `--bob.enabled=true` or with a similar setting in the configuration file. Also, visit [postman tracker](http://tracker2.postman.i2p). + +*Warning: SAM API can currently crash i2pd if you try to stop i2pd without stopping the applications that use it*