Fix OnionShare flags

This commit is contained in:
thePR0M3TH3AN
2025-06-21 19:56:08 -04:00
parent 83a7477cf4
commit cd53e9c8f7
3 changed files with 7 additions and 5 deletions

View File

@@ -112,7 +112,9 @@ After installing either way, set the ports used by Tor:
export TOR_SOCKS_PORT=9050
export TOR_CONTROL_PORT=9051
```
Run `voxvera check` to confirm the binaries are detected before launching.
These variables let OnionShare connect to the already running Tor using its
`--use-running-tor` option. Run `voxvera check` to confirm the binaries are
detected before launching.
---