From cb88743c0c710fb3fb452dbd062e701a99200b41 Mon Sep 17 00:00:00 2001 From: hagen Date: Wed, 9 Dec 2015 05:26:00 +0000 Subject: [PATCH] * merge two stub-pages into Setup.md --- Addressbook-and-subscriptions.md | 7 ------- Setup.md | 24 ++++++++++++++++++++++-- Torrents.md | 2 -- 3 files changed, 22 insertions(+), 11 deletions(-) delete mode 100644 Addressbook-and-subscriptions.md delete mode 100644 Torrents.md diff --git a/Addressbook-and-subscriptions.md b/Addressbook-and-subscriptions.md deleted file mode 100644 index d63b181..0000000 --- a/Addressbook-and-subscriptions.md +++ /dev/null @@ -1,7 +0,0 @@ -The address book can be found in ~/.i2pd/addressbook folder. -Consists of files with .b32 names containing full binary (387+) address. -File addressbook.csv contains symbolic name to .b32 mapping. - -Subscriptions can be enabled by placing subscriptions.txt into ~/.i2pd containing list of hosts.txt sources, like http://i2p-projekt.i2p/hosts.txt. - -When i2pd try to resolve an address from adressbook, it looks in addressbook.csv. If addressbook is empty it tries to read ~/.i2pd/hosts.txt and if hosts.txt is not presented it downloads it automatically from http://udhdrtrcetjm5sxzskjyr5ztpeszydbh4dpl3pl4utgqqw2v4jna.b32.i2p/hosts.txt \ No newline at end of file diff --git a/Setup.md b/Setup.md index ca702ff..b656fac 100644 --- a/Setup.md +++ b/Setup.md @@ -1,2 +1,22 @@ -[Addressbook and subscriptons](https://github.com/PurpleI2P/i2pd/wiki/Addressbook-and-subscriptions) -[I2P tunnels](https://github.com/PurpleI2P/i2pd/wiki/tunnels.cfg) \ No newline at end of file +Addressbook and subscriptons +---------------------------- + +The address book can be found in ~/.i2pd/addressbook folder. +Consists of files with .b32 names containing full binary (387+) address. +File addressbook.csv contains symbolic name to .b32 mapping. + +Subscriptions can be enabled by placing subscriptions.txt into ~/.i2pd containing list of hosts.txt sources, like http://i2p-projekt.i2p/hosts.txt. + +When i2pd try to resolve an address from adressbook, it looks in addressbook.csv. If addressbook is empty it tries to read ~/.i2pd/hosts.txt and if hosts.txt is not presented it downloads it automatically from http://udhdrtrcetjm5sxzskjyr5ztpeszydbh4dpl3pl4utgqqw2v4jna.b32.i2p/hosts.txt + +Torrents +-------- + +The only torrent client compatible with i2pd is [Robert](http://en.wikipedia.org/wiki/Robert_%28P2P_Software%29). + +Run i2pd with parameter -bobport=2728, it enables BOB and lets Robert connect. + +See also +-------- + +[tunnels.cfg explained](https://github.com/PurpleI2P/i2pd/wiki/tunnels.cfg) diff --git a/Torrents.md b/Torrents.md deleted file mode 100644 index ac17561..0000000 --- a/Torrents.md +++ /dev/null @@ -1,2 +0,0 @@ -The only torrent client compatible with i2pd is [Robert](http://en.wikipedia.org/wiki/Robert_%28P2P_Software%29). -Run i2pd with parameter -bobport=2728, it enables BOB and lets Robert connect. \ No newline at end of file