diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-26 00:50:40 +0200 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-26 00:50:40 +0200 |
commit | d21f90f85b71a7c55d809d4e59c8898e06040849 (patch) | |
tree | 11ba9d2779d7d454a52201f8e40e5b79bf7963dc /freedom-maker | |
parent | 749e1e5cce0969f2c92977e2bcff30393af07038 (diff) | |
download | torouter-d21f90f85b71a7c55d809d4e59c8898e06040849.tar.gz torouter-d21f90f85b71a7c55d809d4e59c8898e06040849.zip |
update freedom-maker docs
Diffstat (limited to 'freedom-maker')
-rw-r--r-- | freedom-maker/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/freedom-maker/README b/freedom-maker/README index 15a1c50..1428d26 100644 --- a/freedom-maker/README +++ b/freedom-maker/README @@ -48,5 +48,13 @@ following to switch the root filesystem back to the internal microSD card: - - - - - +To turn the device into a Torouter you'll want to do the following: + # ssh or login to the router + wget https://gitweb.torproject.org/torouter.git/blob_plain/HEAD:/packages/torouter_easy_setup.sh + bash torouter_easy_setup.sh + reboot + +This should result in a proper Torouter without any need for further configuration. + Be aware that this is an imcomplete solution for now .. you will want to at least do things like create unique ssh host keys for your device! |