diff options
author | shelldweller <shelldweller@beauxbead.com> | 2021-02-26 15:22:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-27 08:24:26 +0700 |
commit | 9101f3ee9e62dc9b05e7c03283d5a9c2a6fb5e8e (patch) | |
tree | e8228973fea05337306917de64824e35d9c60a32 /network/XD/README | |
parent | c704f957945ae426dfde454c9a7a7bec494b66e6 (diff) |
network/XD: Added (I2P BitTorrent Client written in GO)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/XD/README')
-rw-r--r-- | network/XD/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/XD/README b/network/XD/README new file mode 100644 index 0000000000..530e0c7d26 --- /dev/null +++ b/network/XD/README @@ -0,0 +1,13 @@ +XD - I2P BitTorrent Client written in GO + +Features: + + - i2p only, no chances of cross network contamination, + aka no way to leak IP. + - works with i2pd and Java I2P using the SAM api + - Magnet URIs + +Build options: + + - To enable Lokinet, pass "LOKINET=1" to the script. + - To disable the web-ui, pass "no-webui" to the script. |