From 082beb5691ca7cee01b97b49a03514b77be8f88f Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 9 Jul 2018 16:47:38 -0500 Subject: [PATCH] orbot setup instructions in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a67baea..c82b84a 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,13 @@ A simple proof of concept usage of Ricochet + Tor on mobile Uses: - Orbot - gomobile: to leverage the go ricochet protocol library + +## Orbot setup + +In Orbot's Settings, find at the bottom `Debug / Torrc Custom Config` and input: + +``` +ControlPort 9051 +CookieAuthentication 0 +DisableNetwork 0 +```