orbot setup instructions in README
This commit is contained in:
parent
66a25b0efa
commit
082beb5691
10
README.md
10
README.md
|
@ -4,3 +4,13 @@ A simple proof of concept usage of Ricochet + Tor on mobile
|
||||||
Uses:
|
Uses:
|
||||||
- Orbot
|
- Orbot
|
||||||
- gomobile: to leverage the go ricochet protocol library
|
- 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue