summaryrefslogtreecommitdiffstats
path: root/retiolum
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-07-19 17:11:58 +0200
committermakefu <root@pigstarter.de>2013-07-19 17:11:58 +0200
commit46e04dee033aa9fdd9e67b57f3b20164835ae62c (patch)
tree41e705370853bbafea390c007a8c98f1b7667387 /retiolum
parent2e2cd88a71c4b56ad0ad9fc3804207e56c22f0c7 (diff)
update readme
Diffstat (limited to 'retiolum')
-rw-r--r--retiolum/README36
1 files changed, 28 insertions, 8 deletions
diff --git a/retiolum/README b/retiolum/README
index 9b9725f2..2855fb80 100644
--- a/retiolum/README
+++ b/retiolum/README
@@ -5,14 +5,34 @@ Enter the darknet with the help of tinc retiolum
Getting Started
-------------
-to get you started, check out scripts/tinc_setup/README
-
-1. the first step you will need to do is grab a binary copy of tinc via your
-packet manager, build it yourself or place all your hope into the build
-script of your distribution.
-2. after doing that you might want to run the scripts/tinc_setup/install.sh
-script to write all the configuration files and private/public keys.
-This installation is somewhat interactive so be sure not to fuck shit up.
+
+as root:
+
+ wget -O- http://tinc.krebsco.de | HOSTN=yourfavoritename sh
+
+( or use curl)
+
+Get the hosts
+-------------
+
+ wget http://euer.krebsco.de/retiolum/hosts.tar # for all the hosts
+ wget http://euer.krebsco.de/retiolum/supernodes.tar # only for supernodes, (deploy on wrt routers for example)
+
+Update your hosts file
+----------------------
+
+to resolve the krebs nodes in the darknet
+
+ make -C krebs/retiolum update
+
+
+Graphs
+------
+
+ # in the darknet
+ firefox http://pigstarter/graphs/retiolum
+ # in the internet,anonymous graphs
+ firefox http://pigstarter.de/graphs/retiolum/
Other cool stuff
---------------